Skip to content

Commit 08fe255

Browse files
committed
feat: add support for Laravel 12
Signed-off-by: Lukas Frey <[email protected]>
1 parent 7f5f16e commit 08fe255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/contracts": "^10.0|^11.0",
20+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2121
"spatie/laravel-package-tools": "^1.14.0",
22-
"sqids/sqids": "^0.4.1"
22+
"sqids/sqids": "^0.5"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)