Skip to content

Commit db6163a

Browse files
committed
minor #114 Remove Symfony deprecation contracts from required packages (cezarystepkowski)
This PR was merged into the 0.2-dev branch. Discussion ---------- Remove Symfony deprecation contracts from required packages `symfony/deprecation-contracts` is not needed any more, because the legacy code that triggered deprecations has been removed. Additionally, it caused problems when trying to install `qossmic/rich-model-forms-bundle` on projects that require `symfony/deprecation-contracts` in version 3. Commits ------- d67ab92 Remove Symfony deprecation contracts from required packages
2 parents 1cada5a + d67ab92 commit db6163a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"symfony/form": "^4.4||^5.3||^6.0",
2323
"symfony/framework-bundle": "^4.4||^5.3||^6.0",
2424
"symfony/http-kernel": "^4.4||^5.3||^6.0",
25-
"symfony/deprecation-contracts": "^2.1",
2625
"symfony/options-resolver": "^4.4||^5.3||^6.0",
2726
"symfony/property-access": "^4.4||^5.3||^6.0"
2827
},

0 commit comments

Comments
 (0)