extcode / cart

Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
GNU General Public License v2.0
57 stars 51 forks source link

Adding composer.json to export-ignore lets test failing #581

Closed extcode closed 1 month ago

extcode commented 1 month ago

Bug Report

Current Behavior Adding composer.json export-ignore to .gitattributes lets failing the pipelines of cart-products 5.0+. If composer installs the extensions in a special mode, it only fetches the files which will be in the export. If the composer.json is missing, the extension cart can not be installed in the test setup because the extension key can not be retrieved from ["extra"]["typo3/cms"]["extension-key"] and the target directory for the sym link in the test instance will be incomplete.

Expected behavior/output Remove the line from .gitattributes, so the tests are passing.

Environment