Skip to content

Commit 4eb063a

Browse files
committed
move Process component dep to require-dev
1 parent e6edd87 commit 4eb063a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)