We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800232c commit 604174cCopy full SHA for 604174c
src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -48,7 +48,8 @@
48
"symfony/finder": "For using the translation loader and cache warmer",
49
"symfony/form": "For using forms",
50
"symfony/validator": "For using validation",
51
- "symfony/serializer": "For using the serializer service"
+ "symfony/serializer": "For using the serializer service",
52
+ "symfony/process": "For using the server:run command"
53
},
54
"autoload": {
55
"psr-0": { "Symfony\\Bundle\\FrameworkBundle\\": "" },
0 commit comments