Skip to content

Commit 084b51a

Browse files
committed
Added a implementation and updated deps versions
1 parent 4668ce2 commit 084b51a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@
1515
"prefer-stable": true,
1616
"require": {
1717
"php": ">=5.4",
18-
"php-http/discovery": "^0.2.0",
18+
"php-http/discovery": "^0.4",
1919
"php-http/client-implementation": "^1.0",
20-
"php-http/message-factory": "^0.2.0",
20+
"php-http/message-factory": "^1.0",
2121
"php-http/plugins": "dev-master",
2222
"symfony/framework-bundle": "^2.7|^3.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^4.4",
26+
"php-http/guzzle5-adapter": "dev-master",
2627
"symfony/symfony": "^2.7|^3.0",
2728
"polishsymfonycommunity/symfony-mocker-container": "~1.0",
28-
"matthiasnoback/symfony-dependency-injection-test": "0.*"
29+
"matthiasnoback/symfony-dependency-injection-test": "^0.7"
2930
},
3031
"autoload": {
3132
"psr-4": {

0 commit comments

Comments
 (0)