File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ matrix:
15
15
include :
16
16
# Minimum supported dependencies with the latest and oldest PHP version
17
17
- php : 7.2
18
- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors "
18
+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="max[self]=0 "
19
19
- php : 7.0
20
- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors "
20
+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="max[self]=0 "
21
21
22
22
# Test the latest stable release
23
23
- php : 7.0
Original file line number Diff line number Diff line change 19
19
"symfony/console" : " ^3.3 || ^4.0"
20
20
},
21
21
"require-dev" : {
22
- "symfony/phpunit-bridge" : " ^3.4 || ^4.0 " ,
22
+ "symfony/phpunit-bridge" : " ^4.3 " ,
23
23
"symfony/yaml" : " ^3.3 || ^4.0" ,
24
24
"geoip/geoip" : " ~1.17" ,
25
25
"doctrine/cache" : " ~1.3" ,
Original file line number Diff line number Diff line change 8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
- syntaxCheck =" false"
12
11
bootstrap =" Tests/bootstrap.php"
13
12
>
14
13
<testsuites >
You can’t perform that action at this time.
0 commit comments