Skip to content

Commit 4a61d28

Browse files
committed
minor #768 update dama/doctrine-test-bundle to ^5.0 (dmaicher)
This PR was squashed before being merged into the master branch (closes #768). Discussion ---------- update dama/doctrine-test-bundle to ^5.0 Upgrades `dama/doctrine-test-bundle` to latest version which is compatible with PHPUnit 7 as well. Updated travis config to not use legacy PHPUnit 5 anymore. Commits ------- f1f53a6 update dama/doctrine-test-bundle to ^5.0
2 parents 3db440a + f1f53a6 commit 4a61d28

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ cache:
99
env:
1010
global:
1111
- SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
12+
- SYMFONY_PHPUNIT_VERSION="6.3"
1213

1314
matrix:
1415
fast_finish: true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"white-october/pagerfanta-bundle": "^1.1"
3232
},
3333
"require-dev": {
34-
"dama/doctrine-test-bundle": "^4.0",
34+
"dama/doctrine-test-bundle": "^5.0",
3535
"friendsofphp/php-cs-fixer": "^2.7",
3636
"symfony/browser-kit": "^4.0",
3737
"symfony/css-selector": "^4.0",

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)