forked from dkoryto/License-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 896 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name" : "yoast/license-manager",
"description": "Yoast License Manager.",
"keywords" : ["wordpress"],
"homepage" : "https://github.com/Yoast/License-Manager",
"license" : "GPL-2.0-or-later",
"authors" : [
{
"name" : "Team Yoast",
"email" : "support@yoast.com",
"homepage": "https://yoast.com"
}
],
"support" : {
"issues": "https://github.com/Yoast/License-Manager/issues"
},
"autoload" : {
"classmap": [
"class-api-request.php",
"class-license-manager.php",
"class-plugin-license-manager.php",
"class-plugin-update-manager.php",
"class-product.php",
"class-theme-license-manager.php",
"class-theme-update-manager.php",
"class-update-manager.php"
]
}
}