Skip to content

Commit

Permalink
improve deps restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 3, 2016
1 parent 42d132f commit 2d3cf3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -17,16 +17,16 @@
],
"require": {
"php" : "^7.0",
"illuminate/support": "^5.2",
"illuminate/routing": "^5.2",
"illuminate/config": "^5.2",
"illuminate/queue": "^5.2",
"illuminate/support": "~5.2.0|~5.3.0",
"illuminate/routing": "~5.2.0|~5.3.0",
"illuminate/config": "~5.2.0|~5.3.0",
"illuminate/queue": "~5.2.0|~5.3.0",
"guzzlehttp/guzzle": "^6.2.1"

},
"require-dev": {
"phpunit/phpunit": "5.*",
"orchestra/testbench": "^3.2",
"orchestra/testbench": "~3.2.0|~3.3.0",
"mockery/mockery": "^0.9.5"
},
"autoload": {
Expand Down

0 comments on commit 2d3cf3b

Please sign in to comment.