[FrameworkBundle] Minor UPGRADE files fix

This commit is contained in:
Nicolas Grekas 2016-04-27 09:31:45 +02:00
parent f2228d5cd4
commit 0de59f2143
2 changed files with 8 additions and 10 deletions

View File

@ -103,11 +103,10 @@ FrameworkBundle
```yaml ```yaml
framework: framework:
serializer: ~ cache:
cache: pools:
pools: serializer:
serializer: adapter: cache.adapter.apcu
adapter: cache.adapter.apcu
HttpKernel HttpKernel
---------- ----------

View File

@ -93,11 +93,10 @@ FrameworkBundle
```yaml ```yaml
framework: framework:
serializer: ~ cache:
cache: pools:
pools: serializer:
serializer: adapter: cache.adapter.apcu
adapter: cache.adapter.apcu
``` ```
HttpKernel HttpKernel