Skip to content

Commit

Permalink
minor #768 update dama/doctrine-test-bundle to ^5.0 (dmaicher)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Feb 17, 2018
2 parents 3db440a + f1f53a6 commit 4a61d28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ cache:
env:
global:
- SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
- SYMFONY_PHPUNIT_VERSION="6.3"

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
"white-october/pagerfanta-bundle": "^1.1"
},
"require-dev": {
"dama/doctrine-test-bundle": "^4.0",
"dama/doctrine-test-bundle": "^5.0",
"friendsofphp/php-cs-fixer": "^2.7",
"symfony/browser-kit": "^4.0",
"symfony/css-selector": "^4.0",
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a61d28

Please sign in to comment.