This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ matrix:
27
27
env : SYMFONY_VERSION=2.8.*
28
28
- php : 5.6
29
29
env : SYMFONY_VERSION=3.0.*@dev
30
+ - php : 5.3
31
+ env : SYMFONY_VERSION="2.3.*,>=2.3.4" COMPOSER_FLAGS="--prefer-lowest"
30
32
allow_failures :
31
33
- php : 5.6
32
34
env : SYMFONY_VERSION=2.8.*
@@ -37,8 +39,9 @@ matrix:
37
39
before_install :
38
40
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
39
41
- composer self-update
40
-
41
- install : composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
42
+ - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
43
+
44
+ install : composer update $COMPOSER_FLAGS --prefer-dist
42
45
43
46
script : phpunit --coverage-text
44
47
Original file line number Diff line number Diff line change 18
18
"symfony/framework-bundle" : " ~2.3" ,
19
19
"doctrine/phpcr-bundle" : " ~1.1" ,
20
20
"doctrine/phpcr-odm" : " ~1.1" ,
21
- "knplabs/knp-menu-bundle" : " ~2.0" ,
22
- "symfony-cmf/core-bundle" : " ~1.1"
21
+ "knplabs/knp-menu-bundle" : " ~2.0,>=2.0.0" ,
22
+ "knplabs/knp-menu" : " ~2.0,>=2.0.0" ,
23
+ "symfony-cmf/core-bundle" : " ~1.1,>=1.1.0"
23
24
},
24
25
"require-dev" : {
25
- "symfony-cmf/routing-bundle" : " ~1.2" ,
26
- "symfony-cmf/testing" : " ~1.1" ,
26
+ "twig/twig" : " ~1.12,>=1.12.1" ,
27
+ "symfony-cmf/routing-bundle" : " ~1.2,>=1.2.0" ,
28
+ "symfony-cmf/testing" : " ~1.2,>=1.2.6" ,
27
29
"sonata-project/doctrine-phpcr-admin-bundle" : " ~1.1" ,
30
+ "sonata-project/block-bundle" : " >=2.2.8" ,
31
+ "sonata-project/core-bundle" : " >=2.2.3" ,
28
32
"symfony/monolog-bundle" : " ~2.3"
29
33
},
30
34
"suggest" : {
You can’t perform that action at this time.
0 commit comments