From bcbb87f47deeebdb791b3cdf1e809bca8e717564 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 30 Dec 2015 08:55:30 +0100 Subject: [PATCH] Fixed the Symfony version number --- cookbook/profiler/storage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/profiler/storage.rst b/cookbook/profiler/storage.rst index 1ce0a51c6fd..f10f41e0ca0 100644 --- a/cookbook/profiler/storage.rst +++ b/cookbook/profiler/storage.rst @@ -4,8 +4,8 @@ Switching the Profiler Storage ============================== -In Symfony versions previous to 2.8, profiles could be stored in files, databases, -services like Redis and Memcache, etc. Starting from Symfony 2.8, the only storage +In Symfony versions previous to 3.0, profiles could be stored in files, databases, +services like Redis and Memcache, etc. Starting from Symfony 3.0, the only storage mechanism with built-in support is the filesystem. By default the profile stores the collected data in the ``%kernel.cache_dir%/profiler/``