File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 77 - hhvm
88
99env :
10- - SYMFONY_VERSION=2.6.*
10+ - SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak
1111
1212matrix :
1313 include :
14- - php : 5.3.3
14+ - php : 5.3
1515 env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
1616 - php : 5.5
1717 env : SYMFONY_VERSION=2.3.*
1818 - php : 5.5
1919 env : SYMFONY_VERSION=2.6.*
2020 - php : 5.5
2121 env : SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak
22+ - php : 5.5
23+ env : SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
2224
2325before_install :
2426 - composer self-update || true
Original file line number Diff line number Diff line change 1616 "php" : " >=5.3.9" ,
1717 "symfony/framework-bundle" : " ~2.3" ,
1818 "symfony-cmf/core-bundle" : " 1.2.*" ,
19- "symfony-cmf/content-bundle" : " 1.2 .*" ,
20- "symfony-cmf/routing-auto-bundle" : " 1.0 .*" ,
19+ "symfony-cmf/content-bundle" : " 1.3 .*" ,
20+ "symfony-cmf/routing-auto-bundle" : " 1.1 .*" ,
2121 "sonata-project/doctrine-extensions" : " ~1.0,>=1.0.2" ,
2222 "doctrine/phpcr-bundle" : " ~1.2" ,
2323 "doctrine/phpcr-odm" : " ~1.2" ,
2626 "require-dev" : {
2727 "symfony-cmf/testing" : " ~1.2" ,
2828 "sonata-project/doctrine-phpcr-admin-bundle" : " 1.2.*" ,
29- "fzaninotto/faker" : " 1.4.*"
29+ "fzaninotto/faker" : " 1.4.*" ,
30+ "symfony/phpunit-bridge" : " 2.7.x@beta"
3031 },
3132 "suggest" : {
3233 "sonata-project/doctrine-phpcr-admin-bundle" : " For sonata administration" ,
You can’t perform that action at this time.
0 commit comments