Skip to content

Commit 108454b

Browse files
norkunasNyholm
authored andcommitted
Upgrade symfony/phpunit-bridge (#227)
1 parent 788a3c9 commit 108454b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ matrix:
1515
include:
1616
# Minimum supported dependencies with the latest and oldest PHP version
1717
- 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"
1919
- 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"
2121

2222
# Test the latest stable release
2323
- php: 7.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"symfony/console": "^3.3 || ^4.0"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "^3.4 || ^4.0",
22+
"symfony/phpunit-bridge": "^4.3",
2323
"symfony/yaml": "^3.3 || ^4.0",
2424
"geoip/geoip": "~1.17",
2525
"doctrine/cache": "~1.3",

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
bootstrap="Tests/bootstrap.php"
1312
>
1413
<testsuites>

0 commit comments

Comments
 (0)