Skip to content

Commit

Permalink
move Process component dep to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Apr 30, 2024
1 parent e6edd87 commit 4eb063a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/process": "^5.4|^6.4"
},
"autoload": {
Expand Down

0 comments on commit 4eb063a

Please sign in to comment.