Skip to content

Commit e724303

Browse files
committed
Fix symfony/deprecation-contracts require
1 parent 9874c77 commit e724303

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1"
19+
"php": ">=8.1",
20+
"symfony/deprecation-contracts": "^2.5|^3"
2021
},
2122
"require-dev": {
2223
"symfony/config": "^6.2",

0 commit comments

Comments
 (0)