We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e73f0 commit 8eda511Copy full SHA for 8eda511
src/State/composer.json
@@ -32,7 +32,12 @@
32
"psr/container": "^1.0 || ^2.0",
33
"symfony/http-kernel": "^6.4 || ^7.0",
34
"symfony/serializer": "^6.4 || ^7.0",
35
- "symfony/contracts": "^3.0"
+ "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"
41
},
42
"require-dev": {
43
"api-platform/validator": "^4.1",
0 commit comments