Skip to content

Commit b4ea909

Browse files
committed
[Routing] Fix requiring symfony/deprecation-contracts
1 parent 572421c commit b4ea909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.2"
19+
"php": ">=8.2",
20+
"symfony/deprecation-contracts": "^2.5|^3"
2021
},
2122
"require-dev": {
2223
"symfony/config": "^6.4|^7.0",
2324
"symfony/http-foundation": "^6.4|^7.0",
2425
"symfony/yaml": "^6.4|^7.0",
2526
"symfony/expression-language": "^6.4|^7.0",
2627
"symfony/dependency-injection": "^6.4|^7.0",
27-
"symfony/deprecation-contracts": "^2.5|^3",
2828
"psr/log": "^1|^2|^3"
2929
},
3030
"conflict": {

0 commit comments

Comments
 (0)