File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.0
5
4
- 7.1
6
5
- 7.2
6
+ - 7.3
7
7
- nightly
8
8
9
9
cache :
@@ -13,12 +13,10 @@ cache:
13
13
matrix :
14
14
fast_finish : true
15
15
include :
16
- - php : 7.0
17
- env : SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest"
18
16
- php : 7.1
19
- env : SYMFONY_VERSION=3.3 .* SYMFONY_DEPRECATIONS_HELPER=strict
20
- - php : nightly
21
- env : SYMFONY_VERSION=3.4 .* SYMFONY_DEPRECATIONS_HELPER=strict DEPENDENCIES=dev COMPOSER_FLAGS="--prefer-stable"
17
+ env : SYMFONY_VERSION=3.4 .* SYMFONY_DEPRECATIONS_HELPER=strict
18
+ - php : 7.3
19
+ env : SYMFONY_VERSION=4.2 .* SYMFONY_DEPRECATIONS_HELPER=strict DEPENDENCIES=dev COMPOSER_FLAGS="--prefer-stable"
22
20
allow_failures :
23
21
- php : nightly
24
22
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " ^7.0 " ,
15
+ "php" : " ^7.1 " ,
16
16
"opensoft/doctrine-postgres-types" : " ^1.2" ,
17
- "symfony/config" : " ^2.8.18 || ^3.3 || ^4.0 " ,
18
- "symfony/dependency-injection" : " ^2.8.18 || ^3.3 || ^4.0 " ,
19
- "symfony/http-kernel" : " ^2.8.18 || ^3.3 || ^4.0 "
17
+ "symfony/config" : " ^3.4 || ^4.1 " ,
18
+ "symfony/dependency-injection" : " ^3.4 || ^4.1 " ,
19
+ "symfony/http-kernel" : " ^3.4 || ^4.1 "
20
20
},
21
21
"require-dev" :{
22
- "phpunit/phpunit" : " ^6.0"
22
+ "phpunit/phpunit" : " ^6.0 || ^7.0 "
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
You can’t perform that action at this time.
0 commit comments