File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
22sudo : false
33
44php :
5+ - 7.1
56 - 7.0
67 - 5.6
78 - 5.5
1516 matrix :
1617 - SYMFONY_VERSION=2.7.*
1718 - SYMFONY_VERSION=2.8.*
18- - SYMFONY_VERSION=3.0 .*
19+ - SYMFONY_VERSION=3.2 .*
1920
2021branches :
2122 except :
2223 - /^analysis-.*$/
24+ - /^patch-.*$/
2325
2426matrix :
2527 fast_finish : true
Original file line number Diff line number Diff line change 2626 "require" : {
2727 "php" : " ^5.5 || ^7.0" ,
2828 "symfony/framework-bundle" : " ^2.7 || ^3.0" ,
29- "cache/taggable-cache" : " ^0.4.3 " ,
30- "cache/session-handler" : " ^0.1 "
29+ "cache/taggable-cache" : " ^0.5 " ,
30+ "cache/session-handler" : " ^0.2 "
3131 },
3232 "require-dev" : {
3333 "phpunit/phpunit" : " ^5.1 || ^4.0" ,
3434 "symfony/symfony" : " ^2.7 || ^3.0" ,
3535 "cache/psr-6-doctrine-bridge" : " ^2.0" ,
36- "cache/array-adapter" : " ^0.4" ,
36+ "cache/array-adapter" : " ^0.5" ,
37+ "nyholm/symfony-bundle-test" : " ^1.0.1" ,
3738 "matthiasnoback/symfony-dependency-injection-test" : " ^1.0"
3839 },
3940 "suggest" : {
You can’t perform that action at this time.
0 commit comments