Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed Oct 27, 2019
1 parent 0cf2229 commit ddf5052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,6 @@ before_install:
install:
- rm -rf composer.lock vendor/*
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
- cat composer.json
- composer require phpunit/phpunit:${PHPUNIT_VERSION:-"8.*"} --update-with-all-dependencies

script:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- drop support for unmaintained Symfony versions
- allow Symfony 5
- allow DoctrineBundle 2

## [6.1.0]
### Changed
Expand Down

0 comments on commit ddf5052

Please sign in to comment.