Skip to content

Commit

Permalink
Allow 7.0 installs
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 23, 2019
1 parent b8eae9d commit c2cb905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "~5.8.0|^6.0"
"illuminate/support": "~5.8.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
Expand Down

0 comments on commit c2cb905

Please sign in to comment.