helhum/dotenv-connector

Include of autogenerating files are not idempotent

Opened this issue · 0 comments

The path to file dotenv-include.php is an absolute path.
Composer use an hash to the file for the include.
So the hash changes for different paths. This is very common in the CI system.
This prevents effective caching of the generated files.

Similar use cases from composer: composer/composer#7049 and composer/composer#11226

Diff Image:

image

I will provide an patch for that.