8000 move Process component dep to require-dev · VincentLanglet/symfony@03c6131 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03c6131

Browse files
committed
move Process component dep to require-dev
1 parent ad0caee commit 03c6131

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