8000 [ProxyManagerBridge] conflict with zendframework/zend-eventmanager v2… · symfony/symfony@c1983b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1983b2

Browse files
[ProxyManagerBridge] conflict with zendframework/zend-eventmanager v2.6.0 because of bad "require"
1 parent 4ebecdb commit c1983b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bridge/ProxyManager/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"require-dev": {
2424
"symfony/config": "~3.4|~4.0"
2525
},
26+
"conflict": {
27+
"zendframework/zend-eventmanager": "2.6.0"
28+
},
2629
"autoload": {
2730
"psr-4": { "Symfony\\Bridge\\ProxyManager\\": "" },
2831
"exclude-from-classmap": [

0 commit comments

Comments
 (0)
0