Bogdan
Bogdan
Sadly `friendsofphp/php-cs-fixer` has been php 5.6 and up for a while and the only solution is to remove it from `require-dev` and install it globally if you want to use...
@serbanghita done. :)
`.env` should be used a base configuration with default values that you can commit, so it doesn't quite make sense to remove it. Also when used with `symfony/flex` new default...
You're correct, `.env.local` should not be commited but `.env` should. `.env.dist` serves no real purpose.
Indeed here it's a BC break.
@dbu I don't think it related to that PR. Maybe it's related to the new format extension resolver?
@7system7 using this [resolver](https://symfony.com/bundles/LiipImagineBundle/2.x/cache-resolver/format_extension.html) changes anything? For me it does when I'm using `format: webp` under a filter set. I don't understand why this resolver was made opt-in anyways.
It tested it with 2.6.1 and 2.7.1 and it doesn't seem to be a BC break. The only caveat is that without `FormatExtensionResolver` the desired format with be saved with...
Both versions, but `FormatExtensionResolver` is new in 2.7.
Maybe it's related to firefox's autocomplete functionality to preserve the values when reloading. I didn't tested it with Choices.js but I think `autocomplete="off"` on the input might help.