bug #39503 Add missing symfony/deprecation-contracts requirement - 5.x (jderusse)

This PR was merged into the 5.3-dev branch.

Discussion
----------

Add missing symfony/deprecation-contracts requirement - 5.x

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

same PR than #39494 for branch 5.x

Commits
-------

00d11735d6 Add missing symfony/deprecation-contracts requirement
This commit is contained in:
Fabien Potencier 2020-12-15 13:31:28 +01:00
commit a4033bb580

View File

@ -18,10 +18,10 @@
"require": {
"php": ">=7.1.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
"php": ">=7.1.3"
"php": ">=7.1.3",
"symfony/deprecation-contracts": "^2.1"
},
"require-dev": {
"symfony/deprecation-contracts": "^2.1",
"symfony/error-handler": "^4.4|^5.0"
},
"suggest": {