symfony/process is only a dep for dev

This commit is contained in:
Adrien Crivelli 2022-09-16 14:11:55 +02:00
parent c8d360e095
commit 5b5de9e514
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874
1 changed files with 3 additions and 3 deletions

View File

@ -62,8 +62,7 @@
"ext-dom": "*", "ext-dom": "*",
"ext-json": "*", "ext-json": "*",
"ext-xml": "*", "ext-xml": "*",
"laminas/laminas-escaper": "^2.10", "laminas/laminas-escaper": "^2.10"
"symfony/process": "^5.4"
}, },
"require-dev": { "require-dev": {
"ext-zip": "*", "ext-zip": "*",
@ -77,7 +76,8 @@
"phpmd/phpmd": "^2.13", "phpmd/phpmd": "^2.13",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7", "squizlabs/php_codesniffer": "^3.7",
"tecnickcom/tcpdf": "^6.5" "tecnickcom/tcpdf": "^6.5",
"symfony/process": "^5.4"
}, },
"suggest": { "suggest": {
"ext-zip": "Allows writing OOXML and ODF", "ext-zip": "Allows writing OOXML and ODF",