Skip to content

Commit cb30f79

Browse files
Increase phpunit bridge version and set phpunit version
1 parent a8ca4a5 commit cb30f79

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717
global:
1818
- PHPUNIT_FLAGS="-v"
1919
- SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
20-
- SYMFONY_PHPUNIT_VERSION=6.5
2120

2221
branches:
2322
only:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"symfony/browser-kit": "^3.4.4 || ^4.2.7 || ^5.0",
3737
"symfony/console": "^3.4.26 || ^4.2.7 || ^5.0",
3838
"symfony/finder": "^3.4.26 || ^4.2.7 || ^5.0",
39-
"symfony/phpunit-bridge": "^4.2.4 || ^5.0",
39+
"symfony/phpunit-bridge": "^4.4.11 || ^5.1.3",
4040
"symfony/security-bundle": "^3.4.26 || ^4.2.7 || ^5.0",
4141
"symfony/twig-bundle": "^3.4.26 || ^4.2.7 || ^5.0",
4242
"symfony/yaml": "^3.4.26 || ^4.2.7 || ^5.0",

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
<env name="KERNEL_DIR" value="./tests/Functional/Fixtures/app" />
3333
<env name="KERNEL_CLASS" value="AppKernel" />
3434
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
35+
<server name="SYMFONY_PHPUNIT_VERSION" value="6.5" />
3536
</php>
3637
</phpunit>

0 commit comments

Comments
 (0)