Skip to content

Commit f280ada

Browse files
committed
Add missing symfony/deprecation-contracts requirement
1 parent b2666f7 commit f280ada

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
@@ -18,10 +18,10 @@
1818
"require": {
1919
"php": ">=7.1.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
2020
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
21-
"php": ">=7.1.3"
21+
"php": ">=7.1.3",
22+
"symfony/deprecation-contracts": "^2.1"
2223
},
2324
"require-dev": {
24-
"symfony/deprecation-contracts": "^2.1",
2525
"symfony/error-handler": "^4.4|^5.0"
2626
},
2727
"suggest": {

0 commit comments

Comments
 (0)