Skip to content

Commit 24d1fa6

Browse files
authored
Merge pull request #117 from Aztek-LU/main
Add Laravel 12 support
2 parents bbc60d4 + db10231 commit 24d1fa6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"require": {
3030
"php": "^7.4|^8.0",
3131
"ext-json": "*",
32-
"illuminate/config": "^7.0|^8.0|^9.0|^10.0|^11.0",
33-
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",
34-
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
35-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
36-
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0|^11.0",
32+
"illuminate/config": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
33+
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
34+
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
35+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
36+
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
3737
"phpstan/phpdoc-parser": "^1.26"
3838
},
3939
"extra": {

0 commit comments

Comments
 (0)