I have magento 2.4.7 setup in a wsl2 local enviroment.
when i run the compser i get this error
everest@DESKTOP-U8V8B9C:~/Sites/test1$ composer require icecat/magento2-extension
./composer.json has been created
Running composer update icecat/magento2-extension
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
Root composer.json requires icecat/magento2-extension 2.0.0 -> satisfiable by icecat/magento2-extension[2.0.0].
icecat/magento2-extension 2.0.0 requires magento/framework ~102.0|~103.0 -> could not be found in any version, there may be a typo in the package name.
I have magento 2.4.7 setup in a wsl2 local enviroment.
when i run the compser i get this error
everest@DESKTOP-U8V8B9C:~/Sites/test1$ composer require icecat/magento2-extension ./composer.json has been created Running composer update icecat/magento2-extension Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1
Potential causes:
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
Installation failed, deleting ./composer.json.
Any ideal what is going on?