File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ language: php
3
3
sudo : required
4
4
5
5
php :
6
- - 5.3.3
7
- - 5.4
8
6
- 5.5
9
7
- 5.6
10
8
- 7.0
15
13
matrix :
16
14
fast_finish : true
17
15
include :
18
- - php : 5.3.3
16
+ - php : 5.5
19
17
env : PREFER_LOWEST="--prefer-lowest"
20
18
21
19
before_script :
22
20
- sudo apt-get install bsdtar zip
23
21
- npm install connect serve-static
24
- - composer update --prefer-source -- no-interaction $PREFER_LOWEST
22
+ - composer update --no-interaction $PREFER_LOWEST
25
23
- if [ -n "$PREFER_LOWEST" ];then composer update phpunit/phpunit --prefer-source --no-interaction --with-dependencies;fi
26
24
27
25
script :
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=5.3.3 " ,
15
+ "php" : " >=5.5 " ,
16
16
"ext-mbstring" : " *" ,
17
17
"doctrine/collections" : " ~1.0" ,
18
18
"symfony/filesystem" : " ^2.0.5|^3.0" ,
21
21
"require-dev" : {
22
22
"ext-zip" : " *" ,
23
23
"guzzle/guzzle" : " ~3.0" ,
24
+ "guzzlehttp/guzzle" : " ^6.0" ,
24
25
"phpunit/phpunit" : " ^4.0|^5.0" ,
25
- "symfony/finder" : " ^2.0.5|^3.0" ,
26
- "guzzlehttp/guzzle" : " ^6.1"
26
+ "symfony/finder" : " ^2.0.5|^3.0"
27
27
},
28
28
"suggest" : {
29
29
"ext-zip" : " To use the ZipExtensionAdapter" ,
30
- "guzzle/guzzle" : " To use the GuzzleTeleporter"
30
+ "guzzlehttp/guzzle" : " To use the GuzzleTeleporter with Guzzle 6" ,
31
+ "guzzle/guzzle" : " To use the GuzzleTeleporter with Guzzle 3"
31
32
},
32
33
"autoload" : {
33
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments