Skip to content

Commit 150fe02

Browse files
committed
bug #217 Relaxing symfony/service-contracts requirement (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- Relaxing symfony/service-contracts requirement Fixes #214. For 2.0, I was tightening up & updating version constraints. This one was over-tightened. The 1.1.9 and 2.1.3 versions were when 8.0 support was fixed/added. We only need this contract for the `ResetInterface`, I believe. Cheers! Commits ------- b80b896 Relaxing service contracts requirement
2 parents a50113f + b80b896 commit 150fe02

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
@@ -15,7 +15,7 @@
1515
"symfony/config": "^5.4 || ^6.2",
1616
"symfony/dependency-injection": "^5.4 || ^6.2",
1717
"symfony/http-kernel": "^5.4 || ^6.2",
18-
"symfony/service-contracts": "^3.0"
18+
"symfony/service-contracts": "^1.1.9 || ^2.1.3 || ^3.0"
1919
},
2020
"require-dev": {
2121
"symfony/framework-bundle": "^5.4 || ^6.2",

0 commit comments

Comments
 (0)