Skip to content

Commit

Permalink
added composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Sep 14, 2020
1 parent d4520a2 commit 66b959e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 66b959e

Please sign in to comment.