Skip to content

Commit 7f29085

Browse files
authored
Laravel 12 support
1 parent 9ea96dd commit 7f29085

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"minimum-stability": "dev",
1818
"prefer-stable": true,
1919
"require": {
20-
"php": "^8.0|^8.1|^8.2",
21-
"illuminate/database": "^9.0|^10.0|^11.0",
22-
"illuminate/support": "^9.0|^10.0|^11.0",
23-
"illuminate/view": "^9.0|^10.0|^11.0",
20+
"php": "^8.0",
21+
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
22+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
23+
"illuminate/view": "^9.0|^10.0|^11.0|^12.0",
2424
"rapidez/core": "^3.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)