Skip to content

Commit

Permalink
Merge pull request #195 from jmarcher/patch-1
Browse files Browse the repository at this point in the history
Fixed problem were only laravel 5.3.0 was installed
  • Loading branch information
lukepolo authored May 5, 2017
2 parents 6737e25 + 5e07173 commit 31164aa
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 @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.6",
"illuminate/support": "5.3"
"illuminate/support": "5.3.*"
},
"require-dev": {
"phpunit/phpunit": "4.*",
Expand Down

0 comments on commit 31164aa

Please sign in to comment.