From f092653e6b3da3594b1bc66cc6e73806d2993b92 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sat, 23 Sep 2017 19:48:54 +0100 Subject: [PATCH] Allow PHP 7.0 --- symfony/framework-bundle/3.3/src/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/framework-bundle/3.3/src/Kernel.php b/symfony/framework-bundle/3.3/src/Kernel.php index 19fcdd60..e60b87aa 100644 --- a/symfony/framework-bundle/3.3/src/Kernel.php +++ b/symfony/framework-bundle/3.3/src/Kernel.php @@ -12,7 +12,7 @@ class Kernel extends BaseKernel { use MicroKernelTrait; - private const CONFIG_EXTS = '.{php,xml,yaml,yml}'; + const CONFIG_EXTS = '.{php,xml,yaml,yml}'; public function getCacheDir(): string {