Issue:
You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
Solution:
You are using Composer 2, some plugins seem to be incompatible with composer
With specific version 1.10.17:
C:\Users\ThirstySix> composer self-update 1.10.17
composer self-update 1.10.17
or
C:\Users\ThirstySix> composer self-update --1
composer self-update --1
To go back to version 2, you can run the following command
C:\Users\ThirstySix> composer self-update --2
composer self-update --2
or
composer self-update 2.0.7
or
composer self-update --rollback
Use composer self-update --rollback to return to original version
- 84 views
Add new comment