Skip to content

Commit da8b4d6

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/State/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"api-platform/metadata": "^4.1.11",
3232
"psr/container": "^1.0 || ^2.0",
3333
"symfony/http-kernel": "^6.4 || ^7.0",
34-
"symfony/serializer": "^6.4 || ^7.0",
35-
"symfony/contracts": "^3.0"
34+
"symfony/serializer": "^6.4 || ^7.0"
3635
},
3736
"require-dev": {
3837
"api-platform/validator": "^4.1",

0 commit comments

Comments
 (0)