File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/Symfony/Component/Workflow Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 28
28
"symfony/dependency-injection" : " ~3.4|~4.0" ,
29
29
"symfony/event-dispatcher" : " ~3.4|~4.0" ,
30
30
"symfony/expression-language" : " ~3.4|~4.0" ,
31
+ "symfony/phpunit-bridge" : " ~3.4|~4.0" ,
31
32
"symfony/security-core" : " ~3.4|~4.0" ,
32
33
"symfony/validator" : " ~3.4|~4.0"
33
34
},
34
35
"autoload" : {
35
36
"psr-4" : { "Symfony\\ Component\\ Workflow\\ " : " " }
36
37
},
37
38
"minimum-stability" : " dev" ,
39
+ "config" : {
40
+ "sort-packages" : true
41
+ },
38
42
"extra" : {
39
43
"branch-alias" : {
40
44
"dev-master" : " 4.1-dev"
Original file line number Diff line number Diff line change 27
27
</exclude >
28
28
</whitelist >
29
29
</filter >
30
+
31
+ <listeners >
32
+ <listener class =" Symfony\Bridge\PhpUnit\CoverageListener" ></listener >
33
+ </listeners >
30
34
</phpunit >
You can’t perform that action at this time.
0 commit comments