shyim / store-plugin-installer

Install store.shopware.com Plugins automatically in your Shopware Composer Setup
36 stars 7 forks source link

Fatal Error when running plugin installer #24

Open HappywareMichael opened 3 years ago

HappywareMichael commented 3 years ago

When running composer require shyim/store-plugin-installer, I get

PHP Fatal error: Uncaught Error: Call to a member function write() on null in /vendor/shyim/store-plugin-installer/src/Shyim/Api/Client.php:46

Seems like the singleton Shyim\Composer is not available at that point. Any way to fix this?

PHP 7.4.3 Shopware 5.6.7

shyim commented 3 years ago

You should use https://packages.friendsofshopware.com/ . It works out of the box without modifications