File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,18 @@ language: php
22
33php :
44 - 5.3
5- - 5.4
6- - 5.5
75 - 5.6
86
97env :
108 - SYMFONY_VERSION=2.3.*
11- - SYMFONY_VERSION=2.4.*
12- - SYMFONY_VERSION=2.5.*
13- - SYMFONY_VERSION=2.6.*
9+ - SYMFONY_VERSION=2.8.*
10+ - SYMFONY_VERSION=3.0.*
11+
12+ matrix :
13+ fast_finish : true
14+ exclude :
15+ - php : 5.3
16+ env : SYMFONY_VERSION=3.0.*
1417
1518before_script :
1619 - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
Original file line number Diff line number Diff line change 1616 },
1717 "require" : {
1818 "php" : " >=5.3.3" ,
19- "symfony/process" : " ~2.3" ,
20- "symfony/stopwatch" : " ~2.3" ,
21- "symfony/routing" : " ~2.3"
19+ "symfony/process" : " ~2.3|~3.0 " ,
20+ "symfony/stopwatch" : " ~2.3|~3.0 " ,
21+ "symfony/routing" : " ~2.3|~3.0 "
2222 },
2323 "require-dev" : {
2424 "phpunit/phpunit" : " ~4.2" ,
2525 "mockery/mockery" : " ~0.9" ,
26- "satooshi/php-coveralls" : " dev-master "
26+ "satooshi/php-coveralls" : " ~1.0 "
2727 },
2828 "target-dir" : " Padam87/RasterizeBundle"
2929}
You can’t perform that action at this time.
0 commit comments