Skip to content

Commit 5b91ec8

Browse files
minor symfony#20894 [HttpKernel] Fix missing psr/cache dev requirement (chalasr)
This PR was merged into the 3.3-dev branch. Discussion ---------- [HttpKernel] Fix missing psr/cache dev requirement | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes, tests are broken | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Because symfony#20810 added a test for the `Psr6CacheClearer` that mocks methods of the `CacheItemPoolInterface`. It should fix the travis build on master and deps=low Commits ------- bd59d75 [HttpKernel] Require psr/cache in dev
2 parents ad64c8a + bd59d75 commit 5b91ec8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"symfony/stopwatch": "~2.8|~3.0",
3838
"symfony/templating": "~2.8|~3.0",
3939
"symfony/translation": "~2.8|~3.0",
40-
"symfony/var-dumper": "~3.2"
40+
"symfony/var-dumper": "~3.2",
41+
"psr/cache": "~1.0"
4142
},
4243
"conflict": {
4344
"symfony/config": "<2.8"

0 commit comments

Comments
 (0)