We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b57eec commit 02f8aa9Copy full SHA for 02f8aa9
composer.json
@@ -23,7 +23,7 @@
23
},
24
"require-dev": {
25
"symfony/config": "^3.4|^4.0|^5.0",
26
- "symfony/event-dispatcher": "^4.3|^5.0",
+ "symfony/event-dispatcher": "^4.3",
27
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
28
"symfony/lock": "^3.4|^4.0|^5.0",
29
"symfony/process": "^3.4|^4.0|^5.0",
@@ -41,7 +41,7 @@
41
42
"conflict": {
43
"symfony/dependency-injection": "<3.4",
44
- "symfony/event-dispatcher": "<4.3",
+ "symfony/event-dispatcher": "<4.3|>=5",
45
"symfony/process": "<3.3"
46
47
"autoload": {
0 commit comments