Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f5ffc commit 7c1231aCopy full SHA for 7c1231a
src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -58,7 +58,8 @@
58
"symfony/serializer": "For using the serializer service",
59
"symfony/validator": "For using validation",
60
"symfony/yaml": "For using the debug:config and lint:yaml commands",
61
- "symfony/property-info": "For using the property_info_extractor service"
+ "symfony/property-info": "For using the property_info_extractor service",
62
+ "symfony/process": "For using the server:run command"
63
},
64
"autoload": {
65
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },
0 commit comments