diff --git a/cache/adapter-bundle/1.1/config/packages/cache_adapter.yaml b/cache/adapter-bundle/1.1/config/packages/cache_adapter.yaml index a9317d57..b543b530 100644 --- a/cache/adapter-bundle/1.1/config/packages/cache_adapter.yaml +++ b/cache/adapter-bundle/1.1/config/packages/cache_adapter.yaml @@ -1,5 +1,4 @@ cache_adapter: providers: default: - factory: "cache.factory.%env(DEFAULT_CACHE_PROVIDER)%" - options: "%env(json:DEFAULT_CACHE_PROVIDER_OPTIONS)%" + factory: cache.factory.array diff --git a/cache/adapter-bundle/1.1/manifest.json b/cache/adapter-bundle/1.1/manifest.json index b7db6a29..2e1582e8 100644 --- a/cache/adapter-bundle/1.1/manifest.json +++ b/cache/adapter-bundle/1.1/manifest.json @@ -4,10 +4,5 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - }, - "env": { - "#1": "Provider types described at: See http://www.php-cache.com/en/latest/symfony/adapter-bundle/#configuration", - "DEFAULT_CACHE_PROVIDER": "array", - "DEFAULT_CACHE_PROVIDER_OPTIONS": "[]" } }