Christophe Coevoet
Christophe Coevoet
@raziel057 not reading environment variables inside extensions is not a bug. It is a **feature**. The whole promise of env placeholders in the DependencyInjection is that new values of the...
@raziel057 for such case, I'm still using https://github.com/Incenteev/ParameterHandler to create non-env-based parameters during `composer install`, based either on env variables or an interactive prompt.
yeah, they recently dropped their free plan.
should this `label` attribute be set when there is a placeholder provided ? Or should the `--` be the default text of the option instead ?
@wouterj you need to update the `.github/expected-missing-return-types.diff` file to account for the change in `Command::getHelper()`
Well, model_timezone is still very useful for the reverse transformation, to know which timezone should be used as the target of the transformation (this one cannot be inferred from the...
No. New features are never backported.
@danepowell breaking BC is not allowed in a minor versions. And major versions are only allowed to break BC with a migration path built for it in the previous minor....
I would rather fail with a good error message explaining you your mistake rather than silently ignoring the invalid pattern.
the Yaml being valid for the Yaml parser does not mean that the content of this Yaml is a valid input for the DependencyInjection file loader. That's why it is...