Skip to content

Commit 1bf62b7

Browse files
committed
2 parents 7baebb2 + b14d0dc commit 1bf62b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
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",
37-
"phpstan/phpdoc-parser": "^1.26"
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",
37+
"phpstan/phpdoc-parser": "^1.26|^2.0"
3838
},
3939
"extra": {
4040
"laravel": {

0 commit comments

Comments
 (0)