File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
2
2
sudo : false
3
3
4
4
php :
5
+ - 7.1
5
6
- 7.0
6
7
- 5.6
7
8
- 5.5
15
16
matrix :
16
17
- SYMFONY_VERSION=2.7.*
17
18
- SYMFONY_VERSION=2.8.*
18
- - SYMFONY_VERSION=3.0 .*
19
+ - SYMFONY_VERSION=3.2 .*
19
20
20
21
branches :
21
22
except :
22
23
- /^analysis-.*$/
24
+ - /^patch-.*$/
23
25
24
26
matrix :
25
27
fast_finish : true
Original file line number Diff line number Diff line change 26
26
"require" : {
27
27
"php" : " ^5.5 || ^7.0" ,
28
28
"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 "
31
31
},
32
32
"require-dev" : {
33
33
"phpunit/phpunit" : " ^5.1 || ^4.0" ,
34
34
"symfony/symfony" : " ^2.7 || ^3.0" ,
35
35
"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" ,
37
38
"matthiasnoback/symfony-dependency-injection-test" : " ^1.0"
38
39
},
39
40
"suggest" : {
You can’t perform that action at this time.
0 commit comments