You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
I propose new default dehavior: merge in runtime all configs that are marked as optional in the composer.json (with ?). ENV params will be determined there too.
And everything else will be always cached and updated on composer update/install:
files from vendor packages
project files that has not been marked local or optional
Most projects will benefit from this: it will be convenient for the developer to change local configs and not call the composer du command manually.
For more loaded projects, provide option for full caching of configs (as it happens now) and rebuilding on the comoser du command.
I propose new default dehavior: merge in runtime all configs that are marked as optional in the
composer.json(with?).ENVparams will be determined there too.And everything else will be always cached and updated on
composer update/install:Most projects will benefit from this: it will be convenient for the developer to change local configs and not call the
composer ducommand manually.For more loaded projects, provide option for full caching of configs (as it happens now) and rebuilding on the
comoser ducommand.