File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - COMPOSER_FLAGS="--prefer-lowest"
1919 - SYMFONY_VERSION="^2.8.2"
2020 - SYMFONY_VERSION="^2.8.2" COMPOSER_FLAGS="--prefer-lowest"
21- - SYMFONY_VERSION="^3.0.1"
22- - SYMFONY_VERSION="^3.0.1" COMPOSER_FLAGS="--prefer-lowest"
23- - SYMFONY_VERSION="dev-master"
2421
2522matrix :
2623 fast_finish : true
2724
2825 allow_failures :
2926 - php : 7.0
3027 - php : hhvm
31- - env : SYMFONY_VERSION="dev-master"
32-
33- exclude :
34- # Symfony 3.x requires PHP 5.5
35- - php : 5.3
36- env : SYMFONY_VERSION="^3.0.1"
37- - php : 5.4
38- env : SYMFONY_VERSION="^3.0.1"
39- - php : 5.3
40- env : SYMFONY_VERSION="^3.0.1" COMPOSER_FLAGS="--prefer-lowest"
41- - php : 5.4
42- env : SYMFONY_VERSION="^3.0.1" COMPOSER_FLAGS="--prefer-lowest"
43- - php : 5.3
44- env : SYMFONY_VERSION="dev-master"
45- - php : 5.4
46- env : SYMFONY_VERSION="dev-master"
4728
4829before_install :
4930 - phpenv config-rm xdebug.ini
Original file line number Diff line number Diff line change 1515 },
1616
1717 "require" : {
18- "symfony/symfony" : " ^2.8.2|^3.0.1 " ,
18+ "symfony/symfony" : " ^2.8.2" ,
1919 "symfony/propel1-bridge" : " 2.7.x-dev" ,
2020 "propel/propel1" : " ^1.6.8" ,
2121 "symfony/security-acl" : " @stable"
You can’t perform that action at this time.
0 commit comments