File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ sudo: false
33language : php
44
55php :
6- - 5.3
7- - 5.4
86 - 5.5
97 - 5.6
108 - 7.0
1513 - $HOME/.composer/cache/files
1614
1715env :
18- - COMPOSER_FLAGS="--prefer-lowest"
19- - SYMFONY_VERSION="^2.8.2"
20- - SYMFONY_VERSION="^2.8.2" COMPOSER_FLAGS="--prefer-lowest"
16+ - SYMFONY_VERSION="^3.0.2"
17+ - SYMFONY_VERSION="^3.0.2" COMPOSER_FLAGS="--prefer-lowest"
2118
2219matrix :
2320 fast_finish : true
Original file line number Diff line number Diff line change 1616
1717 "require" : {
1818 "propel/propel1" : " ^1.6.8" ,
19- "symfony/framework-bundle" : " ^2.8 .2"
19+ "symfony/framework-bundle" : " ^3.0 .2"
2020 },
2121 "require-dev" : {
2222 "phpunit/phpunit" : " ^4.8.21|^5.0.10" ,
23- "symfony/symfony" : " ^2.8 .2" ,
23+ "symfony/symfony" : " ^3.0 .2" ,
2424 "sensio/framework-extra-bundle" : " ^3.0.2" ,
2525 "fzaninotto/faker" : " ^1.5"
2626 },
Original file line number Diff line number Diff line change 1111 bootstrap =" vendor/autoload.php" >
1212
1313 <php >
14- <ini name =" error_reporting" value =" E_ALL ^ E_DEPRECATED" />
15- <includePath >vendor/phing/phing/classes</includePath >
14+ <ini name =" error_reporting" value =" E_ALL" />
1615 </php >
1716
1817 <testsuites >
You can’t perform that action at this time.
0 commit comments