Skip to content

Commit

Permalink
Merge pull request #269 from Dylan-DPC/patch-2
Browse files Browse the repository at this point in the history
dependency versioning fixed
  • Loading branch information
quetzyg authored Jul 9, 2017
2 parents 3233c19 + a2d1e3d commit 8841b86
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 @@ -40,9 +40,9 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/console": "~5.2",
"illuminate/database": "~5.2",
"illuminate/filesystem": "~5.2"
"illuminate/console": "5.2.* || 5.3.* || 5.4.*",
"illuminate/database": "5.2.* || 5.3.* || 5.4.*",
"illuminate/filesystem": "5.2.* || 5.3.* || 5.4.*"
},
"require-dev": {
"phpunit/phpunit": "^4.0",
Expand Down

0 comments on commit 8841b86

Please sign in to comment.