Skip to content

Commit 0fababd

Browse files
authored
Merge pull request #20 from AndreasElia/AndreasElia-patch-1
Backwards LTS compatibility
2 parents 7202f31 + e6c98e9 commit 0fababd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
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": "^8.0",
33-
"illuminate/console": "^8.0",
34-
"illuminate/contracts": "^8.0",
35-
"illuminate/support": "^8.0",
36-
"illuminate/routing": "^8.0"
32+
"illuminate/config": "^6.0|^7.0|^8.0",
33+
"illuminate/console": "^6.0|^7.0|^8.0",
34+
"illuminate/contracts": "^6.0|^7.0|^8.0",
35+
"illuminate/support": "^6.0|^7.0|^8.0",
36+
"illuminate/routing": "^6.0|^7.0|^8.0"
3737
},
3838
"extra": {
3939
"laravel": {

0 commit comments

Comments
 (0)