From 53d63f05b31e7e1159589e513e50f3b4bc14b783 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sun, 5 Nov 2017 05:42:03 +0300 Subject: [PATCH] composer.json sync with 3.4 branch. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 69f3b18..c07a4d1 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,8 @@ "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "autoload-dev": { - "psr-4": { "Tests\\": "tests/" } + "psr-4": { "Tests\\": "tests/" }, + "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ] }, "require": { "php": ">=7.1.0",