We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44acef7 commit e5f7117Copy full SHA for e5f7117
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