minor #29337 [Cache] fix deps (nicolas-grekas)

This PR was merged into the 4.2 branch.

Discussion
----------

[Cache] fix deps

| Q             | A
| ------------- | ---
| Branch?       | 4.2
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

069693f1fd [Cache] fix deps
This commit is contained in:
Fabien Potencier 2018-11-26 19:45:02 +01:00
commit 63ed84b75d

View File

@ -34,7 +34,7 @@
"doctrine/dbal": "~2.5",
"predis/predis": "~1.1",
"symfony/config": "~4.2",
"symfony/dependency-injection": "~3.4",
"symfony/dependency-injection": "~3.4|~4.1",
"symfony/var-dumper": "^4.1.1"
},
"conflict": {