Skip to content

Commit

Permalink
Merge pull request #26 from clin407/master
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
Michael Wilson authored Sep 25, 2017
2 parents 72174e5 + 487107b commit c3d8a79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.4.*",
"illuminate/support": "5.4.*|5.5.*",
"nesbot/carbon": "1.*",
"illuminate/database": "5.4.*",
"illuminate/validation": "5.4.*",
"illuminate/translation": "5.4.*"
"illuminate/database": "5.4.*|5.5.*",
"illuminate/validation": "5.4.*|5.5.*",
"illuminate/translation": "5.4.*|5.5.*"
},
"require-dev": {
"phpunit/phpunit": "4.4.*",
Expand Down

0 comments on commit c3d8a79

Please sign in to comment.