Skip to content

Commit 40b49ab

Browse files
committed
bug #746 Allow released versions of the deprecation contract (stof)
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
2 parents c3620e1 + 81e72a1 commit 40b49ab

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
"symfony/config": "^3.4|^4.0|^5.0",
2020
"symfony/console": "^3.4|^4.0|^5.0",
2121
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
22-
"symfony/deprecation-contracts": "^2.3",
22+
"symfony/deprecation-contracts": "^2.2",
2323
"symfony/filesystem": "^3.4|^4.0|^5.0",
2424
"symfony/finder": "^3.4|^4.0|^5.0",
2525
"symfony/framework-bundle": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)