radishconcepts / WordPress-GitHub-Plugin-Updater

This class is meant to be used with your Github hosted WordPress plugins. The purpose of the class is to allow your WordPress plugin to be updated whenever you push out a new version of your plugin; similarly to the experience users know and love with the WordPress.org plugin repository.
https://github.com/jkudish/WordPress-GitHub-Plugin-Updater
822 stars 195 forks source link

Add composer.json #86

Closed helgatheviking closed 3 years ago

helgatheviking commented 3 years ago

Could this have a composer.json and be submitted to packagist.org so we could include it as a dependency in our own plugins?

jazzsequence commented 3 years ago

Just noting, package.json is required for Node/NPM packages, composer.json is required for Packagist.org.

helgatheviking commented 3 years ago

Oops... good catch. I think composer then?

jazzsequence commented 3 years ago

Yep. Just submitted a PR to add a Composer file. 😄 Someone will still need to submit it to Packagist, and ideally that should be @radishconcepts, being the maintainer, but it should be set up for that.

uprise10 commented 3 years ago

Hi all, just merged the PR, and added the package to Packagist. Hope you can move forward now!

https://packagist.org/packages/radishconcepts/wordpress-github-plugin-updater