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 2eaf70f

Browse filesBrowse files
minor #54778 [Filesystem] move Process component dep to require-dev (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Filesystem] move Process component dep to require-dev | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #54777 | License | MIT Commits ------- 03c6131 move Process component dep to require-dev
2 parents 146efab + 03c6131 commit 2eaf70f
Copy full SHA for 2eaf70f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-1
lines changed

‎src/Symfony/Component/Filesystem/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Filesystem/composer.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"php": ">=7.2.5",
2020
"symfony/polyfill-ctype": "~1.8",
2121
"symfony/polyfill-mbstring": "~1.8",
22-
"symfony/polyfill-php80": "^1.16",
22+
"symfony/polyfill-php80": "^1.16"
23+
},
24+
"require-dev": {
2325
"symfony/process": "^5.4|^6.4"
2426
},
2527
"autoload": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.