From 66b959e70d04b0c0397498fb2c5086353d63ea5b Mon Sep 17 00:00:00 2001 From: Michel Velis Date: Mon, 14 Sep 2020 10:37:01 -0400 Subject: [PATCH] added composer support --- composer.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f4b1cbf --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "name": "michelve/software-license-manager", + "description": "Software license management solution for your web applications (WordPress plugins, Themes, Applications, PHP based membership script etc.). Supports WooCommerce.", + "type": "wordpress-plugin", + "keywords": [ + "wordpress", + "plugin", + "software license" + ], + "license": "MIT", + "authors": [ + { + "name": "Michel", + "email": "michel@epikly.com" + } + ], + "minimum-stability": "stable", + "require": { + "php": ">=5.3.2", + "composer/installers": "v1.0.6" + } +}