generated from varunsridharan/git-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
25 lines (25 loc) · 869 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" : "varunsridharan/wp-plugin-version-management",
"description" : "Simple WordPress Plugin Library To Handle Version Management To Provide Easy Upgrade Handling.",
"type" : "library",
"support" : {
"email" : "[email protected]",
"docs" : "https://github.com/varunsridharan/wp-plugin-version-management/",
"issues" : "https://github.com/varunsridharan/wp-plugin-version-management/issues"
},
"homepage" : "https://github.com/varunsridharan/wp-plugin-version-management",
"license" : "GPL-3.0-or-later",
"autoload" : {
"psr-4" : {
"Varunsridharan\\WordPress\\" : "./src"
}
},
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "[email protected]",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}