forked from weDevsOfficial/wp-project-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 785 Bytes
/
composer.json
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
{
"name" : "weDevsOfficial/wp-project-manager",
"description" : "A project management plugin for WordPress",
"keywords" : ["wordpress", "project", "project management"],
"type" : "wordpress-plugin",
"homepage" : "http://wedevs.com/plugin/wp-project-manager/",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Tareq Hasan",
"email" : "[email protected]",
"homepage": "https://tareq.co/"
}
],
"support" : {
"issues": "https://github.com/weDevsOfficial/wp-project-manager/issues"
},
"require" : {
"composer/installers" : "~1.0",
"php" : ">=5.2"
},
"autoload" : {
"classmap": ["cpm.php"]
}
}