Php-cs-fixer: New 2.16.x release?

Created on 26 Oct 2020  路  6Comments  路  Source: FriendsOfPHP/PHP-CS-Fixer

Working on a PR to dependabot to add support for composer v2, and one of the things that is blocking that is a new v2.16.x release on this package. Reason for that is the use of composer/semver v3 where the latest v2.16.x release on this package only supports v1.4. Already found out that the dev branch for v2.16.x on this package has support for composer/semver. A new release would be greatly appreciated.

kinquestion

Most helpful comment

@keradus

does it block you with anything?

No, sorry if I confused you. Thanks for the information 馃憤

All 6 comments

Please have a look @ https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5130#issuecomment-708976913
Next Monday is another alignment between members and maintainer and if there is any new I'm happy to share :)

Done, and looking forward to that. Also, make sure you and the rest of the team take care of your lives before OSS projects :).

releases have been done :)

Thanks! There is one more dependency to update:
- php-cs-fixer/diff (v1.3.1) latest is v2.0.2

composer why php-cs-fixer/diff

>friendsofphp/php-cs-fixer  v2.16.7  requires  php-cs-fixer/diff (^1.3)

@lptn , does it block you with anything?
PHP CS Fixer uses diff 1.3 (v1.3.1 is ready for PHP 8) or 2.0 (v2.0.2 is ready for PHP 8) - those are 2 long-living versions to be used depends on needs.
update to v2 is bringing different behaviour thus behaviour of PHP CS Fixer itself would be different, causing a BC break, which we applied on v3@dev

@keradus

does it block you with anything?

No, sorry if I confused you. Thanks for the information 馃憤

Was this page helpful?
0 / 5 - 0 ratings