Skip to content

Commit 604174c

Browse files
gnugatxabbuh
authored andcommitted
Suggested Process dependency
The `server:run` command requires the Process component.
1 parent 800232c commit 604174c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"symfony/finder": "For using the translation loader and cache warmer",
4949
"symfony/form": "For using forms",
5050
"symfony/validator": "For using validation",
51-
"symfony/serializer": "For using the serializer service"
51+
"symfony/serializer": "For using the serializer service",
52+
"symfony/process": "For using the server:run command"
5253
},
5354
"autoload": {
5455
"psr-0": { "Symfony\\Bundle\\FrameworkBundle\\": "" },

0 commit comments

Comments
 (0)