Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
petyots committed Oct 17, 2016
1 parent cd19b7a commit b7303d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/auth": "5.1.* || 5.2.*",
"illuminate/contracts": "5.1.* || 5.2.*",
"illuminate/http": "5.1.* || 5.2.*",
"illuminate/support": "5.1.* || 5.2.*",
"illuminate/auth": "5.1.* || 5.2.* || 5.3.*",
"illuminate/contracts": "5.1.* || 5.2.* || 5.3.*",
"illuminate/http": "5.1.* || 5.2.* || 5.3.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
"nesbot/carbon": "^1.0",
"illuminate/database": "*",
"ellipsesynergie/api-response": "*"
},
"require-dev": {
"cartalyst/sentinel": "2.0.*",
"illuminate/console": "5.1.* || 5.2.*",
"illuminate/database": "5.1.* || 5.2.*",
"illuminate/routing": "5.1.* || 5.2.*",
"illuminate/console": "5.1.* || 5.2.* || 5.3.*",
"illuminate/database": "5.1.* || 5.2.* || 5.3.*",
"illuminate/routing": "5.1.* || 5.2.* || 5.3.*",
"mockery/mockery": "0.9.*",
"october/rain": "dev-stable",
"phpunit/phpunit": "^4.0 || ^5.0"
Expand Down

0 comments on commit b7303d6

Please sign in to comment.