bug #33597 [Cache] bump required symfony/contracts version (xabbuh)

This PR was merged into the 4.4 branch.

Discussion
----------

[Cache] bump required symfony/contracts version

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #33593
| License       | MIT
| Doc PR        |

make the changes from #33516 work when `symfony/symfony` is required instead of `symfony/cache`

Commits
-------

343d01f63b bump required symfony/contracts version
This commit is contained in:
Christian Flothmann 2019-09-16 17:19:12 +02:00
commit 24faadc905

View File

@ -25,7 +25,7 @@
"psr/container": "^1.0",
"psr/link": "^1.0",
"psr/log": "~1.0",
"symfony/contracts": "^1.1.3|^2",
"symfony/contracts": "^1.1.7|^2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/polyfill-intl-idn": "^1.10",