minor #34367 [Form] Allow symfony/service-contracts v2 (derrabus)

This PR was merged into the 4.4 branch.

Discussion
----------

[Form] Allow symfony/service-contracts v2

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | N/A
| License       | MIT
| Doc PR        | N/A

In Symfony 4.4 applications, the Form component currently prevents the installation of `symfony/service-contracts` 2.0.0. That should not be the case.

Commits
-------

4755e160be [Form] Allow symfony/service-contracts v2.
This commit is contained in:
Nicolas Grekas 2019-11-14 09:55:14 +01:00
commit 2a2d2bc0c0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "~1.1"
"symfony/service-contracts": "^1.1|^2"
},
"require-dev": {
"doctrine/collections": "~1.0",