Closed LudoMon closed 4 years ago
Can you try to run composer require sylius/shop-api-plugin --update-with-dependencies
Thank you for your time and the quick answer
I tried the --update-with-dependencies
as you suggest, but I have the exactly same error message...
I run these commands on Windows 10, do you think this is why I have the problem ?
This might also be a problem with the vendor folder. I'd suggest removing the vendor folder and the composer.lock
file and then running the require
command again. If this doesn't help then I don't know.
Oh, I didn't try to delete both the vendor
directory and the composer.lock
file.
This updated some of the components installed by the composer create-project
command, and it worked!
Thank you very much @mamazu for your time
I try to create a new project using your great plugin, thanks for it!
I run
composer create-project sylius/sylius-standard my-project
cd my-project
composer require sylius/shop-api-plugin
Composer (version 1.9.2) returns with the following error:
I do not really understand the message, phpstan/phpstan-webmozart-assert 0.11.3 seems to match all the requirements.
Could you help me ?
Thank you