list all server command names in suggestion

This commit is contained in:
Christian Flothmann 2015-12-06 23:23:13 +01:00
parent d18fb9bbbe
commit dd82b6459d

View File

@ -55,7 +55,7 @@
"symfony/validator": "For using validation", "symfony/validator": "For using validation",
"symfony/yaml": "For using the debug:config and lint:yaml commands", "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" "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands"
}, },
"autoload": { "autoload": {
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" }, "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },