Skip to content

Commit 9607fb9

Browse files
authored
Laravel 11 support (#10)
1 parent e50549b commit 9607fb9

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",
22-
"illuminate/support": "^9.0|^10.0",
23-
"illuminate/view": "^9.0|^10.0",
20+
"php": "^8.0|^8.1|^8.2|^8.3",
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",
2424
"rapidez/core": "~0.55|^1.0|^2.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)