Skip to content

Commit

Permalink
Set correct minimum versions for --prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Dec 31, 2015
1 parent f17ce3c commit 7aa8e47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
"symfony/options-resolver": "^2.3||^3.0",
"php-http/client-implementation": "^1.0.0",
"php-http/discovery": "^0.6.0",
"php-http/message": "^0.1.2",
"puli/cli": "^1.0.0"
"php-http/message": "^0.2.1",
"puli/cli": "^1.0.0-beta8"
},
"require-dev": {
"mockery/mockery": "~0.9.1",
"monolog/monolog": "^1.0",
"php-http/guzzle6-adapter": "^0.3.1",
"php-http/mock-client": "~0.1",
"guzzlehttp/psr7": "^1.0",
"symfony/process": "^2.3||^3.0",
"symfony/http-kernel": "^2.3||^3.0"
},
Expand Down

0 comments on commit 7aa8e47

Please sign in to comment.