We want to be able to allow the Mediator-Package to only contain two required files:
composer.json
mediator.json
Where the mediator.json contains the configuration of the plugin that currently resides in the packages Plugin.php file.
That requires this package to contain the appropriate Plugin.php that will then be linkted to from the composer.json and which fetches the plugin-packages mediator.json and uses its content to configure the plugin.
We want to be able to allow the Mediator-Package to only contain two required files:
Where the
mediator.json
contains the configuration of the plugin that currently resides in the packagesPlugin.php
file.That requires this package to contain the appropriate
Plugin.php
that will then be linkted to from thecomposer.json
and which fetches the plugin-packagesmediator.json
and uses its content to configure the plugin.