Skip to content

Commit 9462624

Browse files
committed
minor #16650 Suggested Process dependency (gnugat)
This PR was merged into the 2.8 branch. Discussion ---------- Suggested Process dependency The `server:run` command requires the Process component. Commits ------- 7c1231a Suggested Process dependency
2 parents 23e1d38 + 7f764e5 commit 9462624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"symfony/serializer": "For using the serializer service",
5959
"symfony/validator": "For using validation",
6060
"symfony/yaml": "For using the debug:config and lint:yaml commands",
61-
"symfony/property-info": "For using the property_info_extractor service"
61+
"symfony/property-info": "For using the property_info_extractor service",
62+
"symfony/process": "For using the server:run command"
6263
},
6364
"autoload": {
6465
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },

0 commit comments

Comments
 (0)