File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.3
5
4
- 5.4
6
5
- 5.5
7
6
- 5.6
@@ -15,6 +14,8 @@ branches:
15
14
16
15
matrix :
17
16
include :
17
+ - php : 5.4
18
+ env : COMPOSER_FLAGS="--prefer-lowest"
18
19
- php : 5.6
19
20
env :
20
21
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
@@ -45,7 +46,7 @@ matrix:
45
46
before_script :
46
47
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
47
48
- sh -c 'if [ "$FRAMEWORK_EXTRA_VERSION" != "" ]; then composer require --dev --no-update sensio/framework-extra-bundle=$FRAMEWORK_EXTRA_VERSION; fi;'
48
- - composer install
49
+ - composer update $COMPOSER_FLAGS
49
50
- sudo apt-get install python-sphinx enchant
50
51
- sudo pip install -r Resources/doc/requirements.txt
51
52
Original file line number Diff line number Diff line change 34
34
"symfony/expression-language" : " ~2.4" ,
35
35
"symfony/monolog-bundle" : " ~2.3" ,
36
36
"polishsymfonycommunity/symfony-mocker-container" : " ~1.0" ,
37
- "matthiasnoback/symfony-dependency-injection-test" : " 0.* "
37
+ "matthiasnoback/symfony-dependency-injection-test" : " ^0.7.4 "
38
38
},
39
39
"suggest" : {
40
40
"sensio/framework-extra-bundle" : " For Tagged Cache Invalidation" ,
41
41
"symfony/expression-language" : " For Tagged Cache Invalidation" ,
42
42
"symfony/console" : " To send invalidation requests from the command line"
43
43
},
44
+ "conflict" : {
45
+ "twig/twig" : " <1.12.0"
46
+ },
44
47
"autoload" : {
45
48
"psr-4" : {
46
49
"FOS\\ HttpCacheBundle\\ " : " "
You can’t perform that action at this time.
0 commit comments