keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

Add a composer.json file to the repo #208

Closed stevegrunwell closed 3 years ago

stevegrunwell commented 3 years ago

This PR introduces a simple composer.json file to the project, letting the plugin be installed directly into projects without going through alternatives like wpackagist.org.

The file itself defines the license, support URLs, etc.

The "type" of "wordpress-plugin" also lets projects using composer/installers to control the installation directory.

nlemoine commented 3 years ago

Adding the plugin to packagist would be great too! ;)

coreykn commented 3 years ago

@nlemoine, it's now been added to Packagist. 🙂 Available here: https://packagist.org/packages/keycdn/cache-enabler

nlemoine commented 3 years ago

One more thing, could you add the auto update hook?