forked from WordPress/phpdoc-parser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
35 lines (35 loc) · 1016 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
26
27
28
29
30
31
32
33
34
35
{
"name" : "wordpress/phpdoc-parser",
"description": "Static code parser for WordPress source.",
"keywords" : ["wordpress"],
"type" : "wordpress-plugin",
"homepage" : "https://github.com/WordPress/phpdoc-parser",
"license" : "GPL-2.0-or-later",
"authors" : [
{
"name" : "Ryan McCue",
"homepage": "http://ryanmccue.info",
"role" : "Developer"
},
{
"name" : "Contributors",
"homepage": "https://github.com/WordPress/phpdoc-parser/graphs/contributors"
}
],
"support" : {
"issues": "https://github.com/WordPress/phpdoc-parser/issues"
},
"require" : {
"php" : ">=5.4",
"composer/installers" : "~1.0",
"phpdocumentor/reflection" : "~3.0",
"erusev/parsedown" : "~1.7",
"scribu/lib-posts-to-posts": "dev-master@dev",
"scribu/scb-framework" : "dev-master@dev",
"psr/log" : "~1.0"
},
"autoload" : {
"classmap": ["lib"],
"files" : ["lib/runner.php", "lib/template.php"]
}
}