Open websi opened 3 months ago
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.
dotenv-include.php
Similar use cases from composer: https://github.com/composer/composer/issues/7049 and https://github.com/composer/composer/issues/11226
Diff Image:
I will provide an patch for that.
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: https://github.com/composer/composer/issues/7049 and https://github.com/composer/composer/issues/11226
Diff Image:
I will provide an patch for that.