diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index 9983848d7b..e68290ec1b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -48,7 +48,8 @@ "symfony/finder": "For using the translation loader and cache warmer", "symfony/form": "For using forms", "symfony/validator": "For using validation", - "symfony/serializer": "For using the serializer service" + "symfony/serializer": "For using the serializer service", + "symfony/process": "For using the server:run command" }, "autoload": { "psr-0": { "Symfony\\Bundle\\FrameworkBundle\\": "" },