Skip to content

Commit 14b19cf

Browse files
authored
remove laravel 6 support as the package doesn't function for laravel 6 anymore
1 parent 977c451 commit 14b19cf

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": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
33-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
34-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
35-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
36-
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
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",
3737
"phpstan/phpdoc-parser": "^1.26"
3838
},
3939
"extra": {

0 commit comments

Comments
 (0)