Describe the problem that needs this feature
packagist.org already hosts several failrpm namespaced packages:
Describe the solution you'd like
Add the FAIR connect plugin as well so that users can install it via composer require fairpm/fair-[plugin|connect].
For consistency, we should probably rename the package name in composer.json from fairpm/fair-plugin to fairpm/fair-connect.
Users who are currently adding this GitHub repository as a repository in their composer.json and require fairpm/fair-plugin, the workflow is already broken for 1.4 due to #506. So they're unable to update/install a new version.
The rename follows the changes applied other existing projects:
Describe alternatives you've considered
None.
Describe the problem that needs this feature
packagist.org already hosts several
failrpmnamespaced packages:Describe the solution you'd like
Add the FAIR connect plugin as well so that users can install it via
composer require fairpm/fair-[plugin|connect].For consistency, we should probably rename the package
nameincomposer.jsonfromfairpm/fair-plugintofairpm/fair-connect.Users who are currently adding this GitHub repository as a repository in their
composer.jsonand requirefairpm/fair-plugin, the workflow is already broken for 1.4 due to #506. So they're unable to update/install a new version.The rename follows the changes applied other existing projects:
Describe alternatives you've considered
None.