Skip to content

Commit c258776

Browse files
committed
Merge pull request #33 from php-http/update_discovery
Update discovery dependency, closes #13, closes #18, closes #31
2 parents 33fbec7 + 56432b0 commit c258776

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ matrix:
3434

3535
before_install:
3636
- travis_retry composer self-update
37-
- wget https://github.com/puli/cli/releases/download/1.0.0-beta9/puli.phar && chmod +x puli.phar
3837

3938
install:
4039
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.5",
16-
"php-http/discovery": "^0.6.3",
16+
"php-http/discovery": "^0.7",
1717
"php-http/client-implementation": "^1.0",
1818
"php-http/message-factory": "^1.0",
1919
"php-http/plugins": "^0.2.0",

0 commit comments

Comments
 (0)