Skip to content

Commit 2eaf70f

Browse files
minor symfony#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 symfony#54777 | License | MIT Commits ------- 03c6131 move Process component dep to require-dev
2 parents 146efab + 03c6131 commit 2eaf70f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Component/Filesystem/composer.json

Lines 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)