Skip to content

Commit adc663d

Browse files
Nyholmsagikazarmark
authored andcommitted
Using discovery 1.0 (#88)
* Using discovery 1.0 * double pipes * Updating Buzz adapter * Using react adapter 0.2.1
1 parent 68ccd1e commit adc663d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5",
19+
"php": "^5.5 || ^7.0",
2020
"php-http/client-implementation": "^1.0",
2121
"php-http/message-factory": "^1.0.2",
2222
"php-http/client-common": "^1.2",
@@ -27,16 +27,16 @@
2727
"symfony/event-dispatcher": "^2.7 || ^3.0",
2828
"symfony/framework-bundle": "^2.7 || ^3.0",
2929
"php-http/message": "^1.3",
30-
"php-http/discovery": "^0.9",
31-
"twig/twig": "^1.18||^2.0"
30+
"php-http/discovery": "^1.0",
31+
"twig/twig": "^1.18 || ^2.0"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^4.5",
3535
"php-http/curl-client": "^1.0",
3636
"php-http/socket-client": "^1.0",
3737
"php-http/guzzle6-adapter": "^1.1.1",
38-
"php-http/react-adapter": "^0.2",
39-
"php-http/buzz-adapter": "^0.2",
38+
"php-http/react-adapter": "^0.2.1",
39+
"php-http/buzz-adapter": "^0.3",
4040
"symfony/symfony": "^2.7 || ^3.0",
4141
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
4242
"matthiasnoback/symfony-dependency-injection-test": "^0.7"

0 commit comments

Comments
 (0)