Skip to content

Commit

Permalink
enforce lower php requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
craigAtCD committed Jul 6, 2022
1 parent 21a9703 commit 20c85d7
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 @@ -15,9 +15,9 @@
},
"require": {
"php": "^7.1|^8.0",
"illuminate/support": ">=5.8",
"illuminate/validation": ">=5.8",
"illuminate/translation": ">=5.8"
"illuminate/support": ">=5.0",
"illuminate/validation": ">=5.0",
"illuminate/translation": ">=5.0"
},
"require-dev": {
"phpunit/phpunit": ">=7",
Expand Down

0 comments on commit 20c85d7

Please sign in to comment.