Skip to content

Commit 8eda511

Browse files
committed
fix(state): revert adding contracts dependency
fixes #7209
1 parent d3e73f0 commit 8eda511

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/State/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@
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/cache-contracts": "^3.4",
36+
"symfony/deprecation-contracts": "^3.4",
37+
"symfony/event-dispatcher-contracts": "^3.4",
38+
"symfony/http-client-contracts": "^3.4",
39+
"symfony/service-contracts": "^3.4",
40+
"symfony/translation-contracts": "^3.4"
3641
},
3742
"require-dev": {
3843
"api-platform/validator": "^4.1",

0 commit comments

Comments
 (0)