File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - hhvm
1010
1111env :
12- - SYMFONY_VERSION="~2.4.0 "
13- - SYMFONY_VERSION="~2.5.0 "
14- - SYMFONY_VERSION="~2.6.0 "
15- - SYMFONY_VERSION="~2.7.0 "
12+ - SYMFONY_VERSION="^2.8.2 "
13+ - SYMFONY_VERSION="^2.8.2" COMPOSER_FLAGS="--prefer-lowest "
14+ - SYMFONY_VERSION="^3.0.1 "
15+ - SYMFONY_VERSION="^3.0.1" COMPOSER_FLAGS="--prefer-lowest "
1616 - SYMFONY_VERSION="dev-master"
1717
1818matrix :
@@ -23,6 +23,14 @@ matrix:
2323 - env : SYMFONY_VERSION="dev-master"
2424 exclude :
2525 # Symfony 3.x requires PHP 5.5
26+ - php : 5.3
27+ env : SYMFONY_VERSION="^3.0.1"
28+ - php : 5.4
29+ env : SYMFONY_VERSION="^3.0.1"
30+ - php : 5.3
31+ env : SYMFONY_VERSION="^3.0.1" COMPOSER_FLAGS="--prefer-lowest"
32+ - php : 5.4
33+ env : SYMFONY_VERSION="^3.0.1" COMPOSER_FLAGS="--prefer-lowest"
2634 - php : 5.3
2735 env : SYMFONY_VERSION="dev-master"
2836 - php : 5.4
Original file line number Diff line number Diff line change 99 "email" : " william.durand1@gmail.com"
1010 }],
1111 "require" : {
12- "symfony/symfony" : " ~2.4 " ,
13- "symfony/propel1-bridge" : " ~2.3 " ,
12+ "symfony/symfony" : " ^2.8.2|^3.0.1 " ,
13+ "symfony/propel1-bridge" : " 2.7.x-dev|^2.8|^3.0 " ,
1414 "propel/propel1" : " ~1.6"
1515 },
1616 "require-dev" : {
17- "sensio/framework-extra-bundle" : " ~ 3.0" ,
17+ "sensio/framework-extra-bundle" : " ^ 3.0.2 " ,
1818 "fzaninotto/faker" : " dev-master"
1919 },
2020 "autoload" : {
You can’t perform that action at this time.
0 commit comments