Skip to content

Commit

Permalink
bug #746 Allow released versions of the deprecation contract (stof)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

Allow released versions of the deprecation contract

This ensures that the package can be installed with `stable` as minimum stability.

Commits
-------

81e72a1 Allow released versions of the deprecation contract
  • Loading branch information
weaverryan committed Nov 25, 2020
2 parents c3620e1 + 81e72a1 commit 40b49ab
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 @@ -19,7 +19,7 @@
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/deprecation-contracts": "^2.3",
"symfony/deprecation-contracts": "^2.2",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
Expand Down

0 comments on commit 40b49ab

Please sign in to comment.