Skip to content

Commit d7da3eb

Browse files
committed
Fix symfony/deprecation-contracts require
1 parent ef62363 commit d7da3eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=8.1"
23+
"php": ">=8.1",
24+
"symfony/deprecation-contracts": "^2.5|^3"
2425
},
2526
"require-dev": {
2627
"psr/log": "^1|^2|^3",

0 commit comments

Comments
 (0)