Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b6e13f8

Browse filesBrowse 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 e49b766 + 7c1231a commit b6e13f8
Copy full SHA for b6e13f8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.