We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4668ce2 commit 084b51aCopy full SHA for 084b51a
composer.json
@@ -15,17 +15,18 @@
15
"prefer-stable": true,
16
"require": {
17
"php": ">=5.4",
18
- "php-http/discovery": "^0.2.0",
+ "php-http/discovery": "^0.4",
19
"php-http/client-implementation": "^1.0",
20
- "php-http/message-factory": "^0.2.0",
+ "php-http/message-factory": "^1.0",
21
"php-http/plugins": "dev-master",
22
"symfony/framework-bundle": "^2.7|^3.0"
23
},
24
"require-dev": {
25
"phpunit/phpunit": "^4.4",
26
+ "php-http/guzzle5-adapter": "dev-master",
27
"symfony/symfony": "^2.7|^3.0",
28
"polishsymfonycommunity/symfony-mocker-container": "~1.0",
- "matthiasnoback/symfony-dependency-injection-test": "0.*"
29
+ "matthiasnoback/symfony-dependency-injection-test": "^0.7"
30
31
"autoload": {
32
"psr-4": {
0 commit comments