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 4b2b4d3 commit 9794d43Copy full SHA for 9794d43
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 5.3
5
- 5.4
6
- 5.5
7
+ - hhvm
8
9
env:
10
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.1"
@@ -12,8 +13,6 @@ env:
12
13
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.*"
14
15
before_script:
- - composer self-update
16
- - composer --version
17
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
18
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
19
- composer install -n --dev --prefer-source
0 commit comments