FriendsOfShopware / FroshPluginUploader

[deprecated] This plugin allows you to upload your plugin to the Shopware Store
MIT License
26 stars 15 forks source link

Getting invalid composer file after cloning repo #108

Closed zaifastafa closed 3 years ago

zaifastafa commented 3 years ago

After cloning the repository and doing plugin:refresh I get this error:

[ERROR] The file "/var/www/html/custom/plugins/FroshPluginUploader/composer.json" is invalid. Errors: Plugin composer.json has invalid "type" (must be "shopware-platform-plugin"), or invalid "extra/shopware-plugin-class" value, or missing extra.label property

The plugin which is supposed to validate other plugins is having its own validation issues? 😄 Or am I missing something?

teiling88 commented 3 years ago

Just a simple quote from the readme, maybe you get the point ;-)

Tool for uploading new plugin releases to Shopware Store

zaifastafa commented 3 years ago

@teiling88 So it works without installation?

teiling88 commented 3 years ago

So it works without installation?

Installation in shopware? yes Without composer install? no Maybe you should use the docker image for that.

shyim commented 3 years ago

Its a own php project and not a shopware plugin

composer install ./bin/pluginupload or use phar or docker