software-license-manager/composer.json
Michel df381c1e60 added activity log
added activity log and updated old files
2024-11-08 15:06:21 -05:00

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!'"
]
}
}