File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ matrix:
22
22
- php : 7.2
23
23
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
24
24
- php : 5.5
25
+ dist : precise
25
26
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
26
27
27
28
- php : 7.1
28
29
env : COVERAGE=true TEST_COMMAND="composer test-ci"
29
30
30
31
# Test the latest stable release
31
32
- php : 5.5
33
+ dist : precise
32
34
- php : 5.6
35
+ dist : precise
33
36
- php : 7.0
34
37
- php : 7.2
35
38
dist : trusty
36
- - php : 7.1
37
- env : DEPENDENCIES="dunglas/symfony-lock:^2"
38
39
- php : 7.1
39
40
env : DEPENDENCIES="dunglas/symfony-lock:^3"
40
41
- php : 7.1
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^5.5 || ^7.0" ,
14
- "symfony/dependency-injection" : " ^2.3 || ^3.0 || ^4.0 " ,
15
- "symfony/framework-bundle" : " ^2.3 || ^3.0 || ^4.0 " ,
16
- "symfony/http-kernel" : " ^2.3 || ^3.0 || ^4.0 " ,
17
- "symfony/yaml" : " ^2.3 || ^3.0 || ^4.0 "
14
+ "symfony/dependency-injection" : " ^3.4 || ^4.3 " ,
15
+ "symfony/framework-bundle" : " ^3.4 || ^4.3 " ,
16
+ "symfony/http-kernel" : " ^3.4 || ^4.3 " ,
17
+ "symfony/yaml" : " ^3.4 || ^4.3 "
18
18
},
19
19
"require-dev" : {
20
20
"phpunit/phpunit" : " ^4.8.36 || ^5.5 || ^6.2"
You can’t perform that action at this time.
0 commit comments