Commit 39903b8
committed
minor #1311 bump phpunit-bridge version constraint (jrushlow)
This PR was merged into the 1.0-dev branch.
Discussion
----------
bump phpunit-bridge version constraint
`v5.4.17` of `phpunit-bridge` fixed compatibility with `doctrine/annotations:^2.0`.
https://github.com/symfony/symfony/pull/48718/files#diff-7b61897762550adef47d038e61dbb44e9759b80179c8c7674fc2300c207fe751
Without the version bump to at least `5.4.17` - CI fails against `5.4.*` w/ `--prefer-lowest` dependencies. `phpunit-bridge:^5.4.7` is the lowest, but not compatible w/ MakerBundle as `doctrine/annotations` isn't needed.
Fixes:
```
PHP Fatal error: Uncaught Error: Call to undefined method Doctrine\Common\Annotations\AnnotationRegistry::registerLoader()
in /home/runner/work/maker-bundle/maker-bundle/vendor/symfony/phpunit-bridge/bootstrap.php:34
```
in several tests.
Commits
-------
032fd45 bump phpunit-bridge version constraint1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments