Skip to content

Commit 873773f

Browse files
committed
Switch to php-http/message-factory 1.0.
1 parent b873c5a commit 873773f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"php": ">=5.5",
1515
"ext-curl": "*",
1616
"php-http/httplug": "1.0.0-alpha3",
17-
"php-http/message-factory": "^0.4@dev"
17+
"php-http/message-factory": "^1.0"
1818
},
1919
"require-dev": {
2020
"guzzlehttp/psr7": "^1.0",
2121
"php-http/adapter-integration-tests": "dev-master#48e5c0ee7b19772ab00060498f91886268b945c4",
22-
"php-http/discovery": "^0.3",
22+
"php-http/discovery": "dev-master#fd0cbe2ed125cc4f8fcc0378aff9874ce206e858",
2323
"phpunit/phpunit": "^4.8@stable",
2424
"zendframework/zend-diactoros": "^1.0"
2525
},
@@ -33,11 +33,6 @@
3333
"Http\\Curl\\Tests\\": "tests/"
3434
}
3535
},
36-
"extra": {
37-
"branch-alias": {
38-
"dev-master": "0.1-dev"
39-
}
40-
},
4136
"provide": {
4237
"php-http/client-implementation": "1.0"
4338
},

0 commit comments

Comments
 (0)