Hello,
The composer.json file is not valid:
./composer.json is valid for simple usage with composer but has strict errors that make it unable to be published as a package: See https://getcomposer.org/doc/04-schema.md for details on the schema name : The property name is required description : The property description is required No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license.
It prevents people from easily installing the extension with Composer.
Would it be possible to add the missing fields?
Regards,