File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
- 5.5
7
7
8
8
env :
9
- - SYMFONY_VERSION="2.1.*"
10
- - SYMFONY_VERSION="2.2.*"
9
+ - SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.1"
10
+ - SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.1"
11
+ - SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.*"
12
+ - SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.*"
11
13
12
14
before_script :
13
15
- composer self-update
14
16
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
17
+ - composer require guzzle/http:${GUZZLE_VERSION} --no-update
15
18
- composer install -n --dev --prefer-source
16
19
17
20
script : vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
Original file line number Diff line number Diff line change 20
20
},
21
21
"require" : {
22
22
"php" : " >=5.3.2" ,
23
- "guzzle/http" : " ~3.0 " ,
23
+ "guzzle/http" : " ~3.1 " ,
24
24
"symfony/http-foundation" : " ~2.1"
25
25
},
26
26
"require-dev" : {
27
- "guzzle/plugin-mock" : " ~3.0 " ,
27
+ "guzzle/plugin-mock" : " ~3.1 " ,
28
28
"mockery/mockery" : " ~0.7" ,
29
29
"phpunit/phpunit" : " ~3.7.16" ,
30
30
"silex/silex" : " 1.0.*@dev" ,
You can’t perform that action at this time.
0 commit comments