Closed justlevine closed 3 years ago
Thank you for the report @justlevine!
This is now fixed in 594c2766cf8f9de03f9bedd0e1dd5bfced9a9364. Until this ships you can apply the fix from the commit manually to your composer.json
to get it to work with Composer 2 - from what I could find/test there were no side effects of using ^0.7.
Version
Please add the exact versions used for each of the following:
Expected behavior
Installing the theme with Composer v2 should work.
Actual behavior
Steps to reproduce (in case of a bug)
composer create-project htmlburger/wpemerge-theme wpemerge
.Comments
Seemingly, updating
composer.json > dealerdirect/phpcodesniffer-composer-installer
to "^0.7" seems to fix it, but im not sure of the side-effects.