Skip to content

Commit

Permalink
Merge pull request #131 from ElRochito/support-laravel-7
Browse files Browse the repository at this point in the history
add support laravel 7
  • Loading branch information
JeffreyWay committed Mar 3, 2020
2 parents 490c6cf + aea6916 commit 7c5eb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"php": ">=5.5.0",
"illuminate/support": "^5.0|^6.0"
"php": ">=5.5.0|>=7.2.5",
"illuminate/support": "^5.0|^6.0|^7.0"
},
"require-dev": {
"phpspec/phpspec": "~2.0"
Expand Down

0 comments on commit 7c5eb11

Please sign in to comment.