From d18fb9bbbe2dd2893da4663e8350d8590146071d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Faugeron?= Date: Tue, 24 Nov 2015 11:52:35 +0000 Subject: [PATCH] Suggested Process dependency The `server:run` command requires the Process component. --- src/Symfony/Bundle/FrameworkBundle/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index 29ff39c46f..a8c772ec68 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -54,7 +54,8 @@ "symfony/serializer": "For using the serializer service", "symfony/validator": "For using validation", "symfony/yaml": "For using the debug:config and lint:yaml commands", - "doctrine/cache": "For using alternative cache drivers" + "doctrine/cache": "For using alternative cache drivers", + "symfony/process": "For using the server:run command" }, "autoload": { "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },