minor #26090 [Workflow] Added the symfony/phpunit-bridge (lyrixx)

This PR was merged into the 4.1-dev branch.

Discussion
----------

[Workflow] Added the symfony/phpunit-bridge

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

c32177a [Workflow] Added the symfony/phpunit-bridge
This commit is contained in:
Grégoire Pineau 2018-02-09 15:44:41 +01:00
commit d1750e9fd8
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,7 @@
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/phpunit-bridge": "~3.4|~4.0",
"symfony/security-core": "~3.4|~4.0",
"symfony/validator": "~3.4|~4.0"
},
@ -35,6 +36,9 @@
"psr-4": { "Symfony\\Component\\Workflow\\": "" }
},
"minimum-stability": "dev",
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"

View File

@ -27,4 +27,8 @@
</exclude>
</whitelist>
</filter>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\CoverageListener"></listener>
</listeners>
</phpunit>