Skip to content

Commit

Permalink
Merge pull request #20 from AndreasElia/AndreasElia-patch-1
Browse files Browse the repository at this point in the history
Backwards LTS compatibility
  • Loading branch information
tomirons authored Feb 22, 2021
2 parents 7202f31 + e6c98e9 commit 0fababd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"require": {
"php": "^7.4|^8.0",
"ext-json": "*",
"illuminate/config": "^8.0",
"illuminate/console": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"illuminate/routing": "^8.0"
"illuminate/config": "^6.0|^7.0|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/routing": "^6.0|^7.0|^8.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 0fababd

Please sign in to comment.