From 56fcddfae6b30d30854064aaf09e7c6672884557 Mon Sep 17 00:00:00 2001 From: Aaron Scherer Date: Mon, 19 Mar 2018 11:40:02 -0700 Subject: [PATCH] Update manifest.json --- cache/adapter-bundle/1.1/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/adapter-bundle/1.1/manifest.json b/cache/adapter-bundle/1.1/manifest.json index b7db6a29..8952f6e5 100644 --- a/cache/adapter-bundle/1.1/manifest.json +++ b/cache/adapter-bundle/1.1/manifest.json @@ -7,7 +7,7 @@ }, "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_FACTORY": "array", "DEFAULT_CACHE_PROVIDER_OPTIONS": "[]" } }