Skip to content

Commit

Permalink
bug #217 Relaxing symfony/service-contracts requirement (weaverryan)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed May 31, 2023
2 parents a50113f + b80b896 commit 150fe02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"symfony/config": "^5.4 || ^6.2",
"symfony/dependency-injection": "^5.4 || ^6.2",
"symfony/http-kernel": "^5.4 || ^6.2",
"symfony/service-contracts": "^3.0"
"symfony/service-contracts": "^1.1.9 || ^2.1.3 || ^3.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.4 || ^6.2",
Expand Down

0 comments on commit 150fe02

Please sign in to comment.