Skip to content

Commit e5f918d

Browse files
[Contracts] add return types and bump to v3
1 parent cc4d96a commit e5f918d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"psr/log": "~1.0"
2121
},
2222
"require-dev": {
23-
"symfony/event-dispatcher-contracts": "^2",
24-
"symfony/http-client-contracts": "^2",
23+
"symfony/event-dispatcher-contracts": "^2.0|^3.0",
24+
"symfony/http-client-contracts": "^2.0|^3.0",
2525
"symfony/messenger": "^5.4|^6.0"
2626
},
2727
"conflict": {

0 commit comments

Comments
 (0)