Skip to content

Commit 2607889

Browse files
committed
Fix requirements.
1 parent 0b40f6f commit 2607889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"require": {
1414
"php": ">=5.5",
1515
"ext-curl": "*",
16-
"php-http/httplug": "^1.0.0-alpha2",
16+
"php-http/httplug": "1.0.0-alpha2",
1717
"php-http/message-factory": "^0.4@dev"
1818
},
1919
"require-dev": {
2020
"guzzlehttp/psr7": "^1.0",
21-
"php-http/adapter-integration-tests": "dev-master",
21+
"php-http/adapter-integration-tests": "dev-master#7c681907547e24b26f352bc48444527c28bfc524",
2222
"php-http/discovery": "^0.3",
2323
"phpunit/phpunit": "^4.8@stable",
2424
"zendframework/zend-diactoros": "^1.0"

0 commit comments

Comments
 (0)