minor #39715 [Cache] allow HttpKernel 5.x (xabbuh)

This PR was merged into the 5.1 branch.

Discussion
----------

[Cache] allow HttpKernel 5.x

| Q             | A
| ------------- | ---
| Branch?       | 5.1
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

47385a150f allow HttpKernel 5.x
This commit is contained in:
Christian Flothmann 2021-01-04 19:42:29 +01:00
commit 4468d6d19a

View File

@ -38,7 +38,7 @@
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/filesystem": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
},
"conflict": {