SolidInvoice icon indicating copy to clipboard operation
SolidInvoice copied to clipboard

[Question] php extension req (ext-zip) in dev dependencies (composer.json)

Open zerai opened this issue 4 years ago • 1 comments

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

zerai avatar Sep 06 '21 15:09 zerai

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

pierredup avatar Sep 10 '22 15:09 pierredup