Skip to content

Commit 5b5de9e

Browse files
committed
symfony/process is only a dep for dev
1 parent c8d360e commit 5b5de9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
"ext-dom": "*",
6363
"ext-json": "*",
6464
"ext-xml": "*",
65-
"laminas/laminas-escaper": "^2.10",
66-
"symfony/process": "^5.4"
65+
"laminas/laminas-escaper": "^2.10"
6766
},
6867
"require-dev": {
6968
"ext-zip": "*",
@@ -77,7 +76,8 @@
7776
"phpmd/phpmd": "^2.13",
7877
"phpunit/phpunit": "^9.5",
7978
"squizlabs/php_codesniffer": "^3.7",
80-
"tecnickcom/tcpdf": "^6.5"
79+
"tecnickcom/tcpdf": "^6.5",
80+
"symfony/process": "^5.4"
8181
},
8282
"suggest": {
8383
"ext-zip": "Allows writing OOXML and ODF",

0 commit comments

Comments
 (0)