Suggested Process dependency

The `server:run` command requires the Process component.
This commit is contained in:
Loïc Faugeron 2015-11-24 11:52:35 +00:00 committed by Christian Flothmann
parent 800232c3d6
commit 604174c963
1 changed files with 2 additions and 1 deletions

View File

@ -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\\": "" },