Skip to content

Commit ab1c43e

Browse files
[EventDispatcher] dont allow event-dispatcher-contracts ^2
1 parent 4c6cfd5 commit ab1c43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"symfony/event-dispatcher-contracts": "^1.1|^2"
20+
"symfony/event-dispatcher-contracts": "^1.1"
2121
},
2222
"require-dev": {
2323
"symfony/dependency-injection": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)