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 0cef1ef54c
commit d18fb9bbbe

View File

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