Skip to content

Commit f824644

Browse files
authored
fix(state): depend only on translation contracts (#7262)
1 parent a680440 commit f824644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/State/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"psr/container": "^1.0 || ^2.0",
3333
"symfony/http-kernel": "^6.4 || ^7.0",
3434
"symfony/serializer": "^6.4 || ^7.0",
35-
"symfony/contracts": "^3.0"
35+
"symfony/translation-contracts": "^3.0"
3636
},
3737
"require-dev": {
3838
"api-platform/validator": "^4.1",

0 commit comments

Comments
 (0)