Skip to content

Commit aff6ee3

Browse files
committed
Allow v3 contracts where possible
1 parent e799062 commit aff6ee3

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
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/cache": "^4.4|^5.0|^6.0",
21-
"symfony/service-contracts": "^1.1|^2"
21+
"symfony/service-contracts": "^1.1|^2|^3"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\ExpressionLanguage\\": "" },

0 commit comments

Comments
 (0)