Skip to content

Commit c9f81eb

Browse files
gnugatxabbuh
authored andcommitted
Suggested Process dependency
The `server:run` command requires the Process component.
1 parent 37c17e7 commit c9f81eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"symfony/serializer": "For using the serializer service",
5555
"symfony/validator": "For using validation",
5656
"symfony/yaml": "For using the debug:config and lint:yaml commands",
57-
"doctrine/cache": "For using alternative cache drivers"
57+
"doctrine/cache": "For using alternative cache drivers",
58+
"symfony/process": "For using the server:run command"
5859
},
5960
"autoload": {
6061
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },

0 commit comments

Comments
 (0)