Skip to content

Commit 1a8b49c

Browse files
authored
Fix event dispatcher contracts version (#19)
1 parent d0c01ac commit 1a8b49c

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
@@ -35,7 +35,7 @@
3535
"php": ">=7.1",
3636
"symfony/config": "^3.0 || ^4.0",
3737
"symfony/dependency-injection": "^3.0 || ^4.0",
38-
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0",
38+
"symfony/event-dispatcher-contracts": "^1.0",
3939
"symfony/http-kernel": "^3.0 || ^4.0",
4040
"yoanm/jsonrpc-http-server-openapi-doc-sdk": "^0.2",
4141
"yoanm/jsonrpc-server-doc-sdk": "^0.2",

0 commit comments

Comments
 (0)