Skip to content

Commit

Permalink
backwards lts compat
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaselia authored Feb 22, 2021
1 parent 7202f31 commit e6c98e9
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 e6c98e9

Please sign in to comment.