File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
src/Symfony/Component/Workflow Expand file tree Collapse file tree 2 files changed +0
-8
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" ,
32
31
"symfony/security-core" : " ~3.4|~4.0" ,
33
32
"symfony/validator" : " ~3.4|~4.0"
34
33
},
35
34
"autoload" : {
36
35
"psr-4" : { "Symfony\\ Component\\ Workflow\\ " : " " }
37
36
},
38
37
"minimum-stability" : " dev" ,
39
- "config" : {
40
- "sort-packages" : true
41
- },
42
38
"extra" : {
43
39
"branch-alias" : {
44
40
"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 >
34
30
</phpunit >
You can’t perform that action at this time.
0 commit comments