Skip to content

Commit

Permalink
phpunit 9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed Feb 29, 2020
1 parent b3ce553 commit 599743d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ env:
- SYMFONY_REQUIRE="4.4.*"
- SYMFONY_REQUIRE="5.0.*"
- PHPUNIT_VERSION="8.*"
- PHPUNIT_VERSION="9.*"

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ It also includes a `StaticArrayCache` that will be automatically configured as m
</phpunit>
```

4. Make sure you also have `phpunit/phpunit` available as a `dev` dependency (**versions 7 and 8 are supported with the built in listener/extension**) to run your tests.
4. Make sure you also have `phpunit/phpunit` available as a `dev` dependency (**versions 7, 8 and 9 are supported with the built in listener/extension**) to run your tests.
Alternatively this bundle is also compatible with `symfony/phpunit-bridge` and its `simple-phpunit` script.
(Note: you may need to make sure the phpunit-bridge requires the correct PHPUnit 7+ Version using the environment variable `SYMFONY_PHPUNIT_VERSION`).

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"doctrine/doctrine-bundle": "^1.11 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"symfony/yaml": "^3.4 || ^4.3 || ^5.0",
"symfony/phpunit-bridge": "^4.3 || ^5.0",
"phpstan/phpstan": "^0.12"
Expand Down

0 comments on commit 599743d

Please sign in to comment.