mirror of
https://ghproxy.net/https://github.com/michelve/software-license-manager.git
synced 2025-10-04 00:33:30 +08:00
39 lines
1,020 B
JSON
39 lines
1,020 B
JSON
{
|
|
"name": "michelve/software-license-manager",
|
|
"description": "SLM Plus is a comprehensive software license management solution for WordPress, supporting WooCommerce integrations and various PHP-based applications.",
|
|
"type": "wordpress-plugin",
|
|
"keywords": [
|
|
"wordpress",
|
|
"plugin",
|
|
"license management",
|
|
"software license",
|
|
"woocommerce"
|
|
],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Michel Velis",
|
|
"email": "michel@epikly.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"composer/installers": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SLMPlus\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"installer-paths": {
|
|
"wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"echo 'SLM Plus dependencies have been updated successfully!'"
|
|
]
|
|
}
|
|
}
|