Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbjr committed May 27, 2017
1 parent 84b283f commit 994ccdd
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,12 @@
}
],
"require": {
"php": ">=5.5.9",
"illuminate/auth": "~5.0",
"illuminate/contracts": "~5.0",
"illuminate/http": "~5.0",
"illuminate/support": "~5.0",
"nesbot/carbon": "^1.0",
"illuminate/database": "~5.0",
"php": ">=5.6.4",
"illuminate/support": "^5.3.0",
"illuminate/database": "^5.3.0",
"ellipsesynergie/api-response": "*"
},
"require-dev": {
"cartalyst/sentinel": "2.0.*",
"illuminate/console": "~5.0",
"illuminate/database": "~5.0",
"illuminate/routing": "~5.0",
"mockery/mockery": "0.9.*",
"october/rain": "dev-stable",
"phpunit/phpunit": "^4.0 || ^5.0"
},
"autoload": {
Expand Down

0 comments on commit 994ccdd

Please sign in to comment.