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 37c17e7 commit c9f81ebCopy full SHA for c9f81eb
composer.json
@@ -54,7 +54,8 @@
54
"symfony/serializer": "For using the serializer service",
55
"symfony/validator": "For using validation",
56
"symfony/yaml": "For using the debug:config and lint:yaml commands",
57
- "doctrine/cache": "For using alternative cache drivers"
+ "doctrine/cache": "For using alternative cache drivers",
58
+ "symfony/process": "For using the server:run command"
59
},
60
"autoload": {
61
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },
0 commit comments