Skip to content

Commit 4ca639c

Browse files
authored
fix(symfony): add missing dependency on symfony/deprecation-contracts (api-platform#5015)
1 parent d265387 commit 4ca639c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"doctrine/inflector": "^1.0 || ^2.0",
1818
"psr/cache": "^1.0 || ^2.0 || ^3.0",
1919
"psr/container": "^1.0 || ^2.0",
20+
"symfony/deprecation-contracts": "^2.1 || ^3.0",
2021
"symfony/http-foundation": "^4.4 || ^5.1 || ^6.0",
2122
"symfony/http-kernel": "^4.4 || ^5.1 || ^6.0",
2223
"symfony/property-access": "^3.4.19 || ^4.4 || ^5.1 || ^6.0",

0 commit comments

Comments
 (0)