I've created a plugin that requires an additional php library that is not in Shopware requirements. Because of that, I cannot install the plugin on Shopware test environment to push it through Shopware plugin store, because of unmet requirements. The question is:
For more information: When i try to install plugin in test environment I am getting the below error
Failed Dependency
Required plugin/package "ext-imagick *" is missing or not installed and activated
If anyone has the same problem with missing PHP dependencies, just force your plug-in to the test phase, and when it gets rejected contact the tester that some additional libraries are required.
Also, you should add information about required libraries and who can install them to your plugin description/requirements so they are visible on the Shopware store page.