Skip to content

Commit

Permalink
Fix requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mekras committed Dec 14, 2015
1 parent 0b40f6f commit 2607889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"require": {
"php": ">=5.5",
"ext-curl": "*",
"php-http/httplug": "^1.0.0-alpha2",
"php-http/httplug": "1.0.0-alpha2",
"php-http/message-factory": "^0.4@dev"
},
"require-dev": {
"guzzlehttp/psr7": "^1.0",
"php-http/adapter-integration-tests": "dev-master",
"php-http/adapter-integration-tests": "dev-master#7c681907547e24b26f352bc48444527c28bfc524",
"php-http/discovery": "^0.3",
"phpunit/phpunit": "^4.8@stable",
"zendframework/zend-diactoros": "^1.0"
Expand Down

0 comments on commit 2607889

Please sign in to comment.