studiopress / genesis-sample

This is the sample theme created for the Genesis Framework.
https://demo.studiopress.com/genesis-sample/
528 stars 285 forks source link

Composer errors #369

Closed eclectic-coding closed 3 years ago

eclectic-coding commented 3 years ago

Describe the bug If a user tries to run composer install with a system which uses Composer 2 the install fails. The reason is that dealerdirect/phpcodesniffer-composer-installer ^0.4.4 requires Composer 1.

The fix is to upgrade to dealerdirect/phpcodesniffer-composer-installer ^0.7.1, which is compatible with Composer 2.

I will be glad to open a PR if it would help.