You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this with Composer 2, npm install fails due to the version of the PHP CodeSniffer Standards Composer Installer plugin.
If I manually change the version number of dealerdirect/phpcodesniffer-composer-installer in composer.json from "^0.5.0"to "^0.7.0" everything works perfectly.
When using this with Composer 2,
npm install
fails due to the version of the PHP CodeSniffer Standards Composer Installer plugin.If I manually change the version number of
dealerdirect/phpcodesniffer-composer-installer
incomposer.json
from"^0.5.0"
to"^0.7.0"
everything works perfectly.More details at this comment: PHPCSStandards/composer-installer#119 (comment)
The text was updated successfully, but these errors were encountered: