Skip to content

Commit

Permalink
Adjusted minimum version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Feb 15, 2021
1 parent 90eec84 commit cd28d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"require": {
"php": "^7.3|^8.0",
"illuminate/console": "^6.20|^7.30|^8.24",
"illuminate/database": "^6.20|^7.30|^8.24",
"illuminate/support": "^6.20|^7.30|^8.24",
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"symfony/console": "^4.3|^5.0"
},
"require-dev": {
Expand Down

0 comments on commit cd28d73

Please sign in to comment.