neos / contentrepository-development-collection

Work in Progress on the Event Sourced Content Repository as installable set of packages
4 stars 9 forks source link

Introduce Composer-based patching #156

Closed robertlemke closed 4 years ago

robertlemke commented 4 years ago

This change provides patching functionality based on the cweagans/composer-patches Composer plugin. We hope that using patches results in a better workflow than the current practice based on aspects found in Neos.EventSourcedNeosAdjustments.

bwaidelich commented 2 years ago

FYI: This seems to have broken a clean installation, since a fresh composer install now leads to an exception

file_get_contents(Packages/CR/Neos.EventSourcedNeosAdjustments/composer.patches.json): failed to open stream: No such file or directory

I suppose we have to move the patches file into the distribution itself