SolidInvoice
SolidInvoice copied to clipboard
[Question] php extension req (ext-zip) in dev dependencies (composer.json)
hi is that correct?
"require-dev": {
"ext-zip": "*",
"dama/doctrine-test-bundle": "^6.3",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"fzaninotto/faker": "^1.9",
"liip/test-fixtures-bundle": "^1.6",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
}
Additional context here the PR
Hi @zerai I'm not sure why it was added to require-dev. We don't use the zip extension explicitly, so this definitely should be in the require section, but I also don't think we need it as part of any dev dependencies, so it would probably be safe to just remove it completely from the composer.json file