Skip to content

Commit

Permalink
anything above 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Jul 28, 2017
1 parent ed40b3c commit 5464f3d
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 @@ -18,9 +18,9 @@
],
"require": {
"php": ">=5.6",
"illuminate/support": "5.4.*",
"illuminate/session": "5.4.*",
"illuminate/events": "5.4.*"
"illuminate/support": "^5.4.0",
"illuminate/session": "^5.4.0",
"illuminate/events": "^5.4.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
Expand Down

0 comments on commit 5464f3d

Please sign in to comment.