minor #16650 Suggested Process dependency (gnugat)

This PR was merged into the 2.8 branch.

Discussion
----------

Suggested Process dependency

The `server:run` command requires the Process component.

Commits
-------

7c1231a Suggested Process dependency
This commit is contained in:
Christophe Coevoet 2015-12-05 16:18:14 +01:00
commit b6e13f8861

View File

@ -58,7 +58,8 @@
"symfony/serializer": "For using the serializer service",
"symfony/validator": "For using validation",
"symfony/yaml": "For using the debug:config and lint:yaml commands",
"symfony/property-info": "For using the property_info_extractor service"
"symfony/property-info": "For using the property_info_extractor service",
"symfony/process": "For using the server:run command"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },