We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33fbec7 + 56432b0 commit c258776Copy full SHA for c258776
.travis.yml
@@ -34,7 +34,6 @@ matrix:
34
35
before_install:
36
- travis_retry composer self-update
37
- - wget https://github.com/puli/cli/releases/download/1.0.0-beta9/puli.phar && chmod +x puli.phar
38
39
install:
40
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
composer.json
@@ -13,7 +13,7 @@
13
],
14
"require": {
15
"php": ">=5.5",
16
- "php-http/discovery": "^0.6.3",
+ "php-http/discovery": "^0.7",
17
"php-http/client-implementation": "^1.0",
18
"php-http/message-factory": "^1.0",
19
"php-http/plugins": "^0.2.0",
0 commit comments