next-press / NextPress-Coding-Standards

PHP_CodeSniffer rules (sniffs) to enforce NextPress product coding conventions
0 stars 1 forks source link

Update to support composer 2 #2

Open Rahmon opened 3 years ago

Rahmon commented 3 years ago

The package dealerdirect/phpcodesniffer-composer-installer@0.5.0 isn't compatible with composer 2.

https://github.com/next-press/NextPress-Coding-Standards/blob/03705daec6f08ddf253500f230a0331a7cff11b1/composer.json#L18

aanduque commented 3 years ago

Hey @Rahmon, we won't be updating to composer 2 right now. On 2.0 I already forced composer to be installed at the latest 1.X for the GH actions.