You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments