Skip to content

Commit abc162a

Browse files
committed
Allow v3 contracts where possible
1 parent 0f925f6 commit abc162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=7.1.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
2020
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
2121
"php": ">=7.1.3",
22-
"symfony/deprecation-contracts": "^2.1"
22+
"symfony/deprecation-contracts": "^2.1|^3"
2323
},
2424
"require-dev": {
2525
"symfony/error-handler": "^4.4|^5.0|^6.0"

0 commit comments

Comments
 (0)