forked from phpDocumentor/phpDocumentor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (44 loc) · 1.48 KB
/
composer.json
File metadata and controls
47 lines (44 loc) · 1.48 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "phpdocumentor/phpdocumentor",
"description": "Documentation Generator for PHP",
"keywords": ["documentation", "api", "dga", "application", "phpdoc"],
"homepage": "http://www.phpdoc.org",
"license": "MIT",
"autoload": {
"psr-0":{
"phpDocumentor": "src/"
}
},
"repositories":[
{ "type":"composer", "url":"http://packages.zendframework.com"}
],
"require": {
"php": ">=5.3.3",
"ext-xsl": "*",
"cilex/cilex": "1.*",
"dflydev/markdown": "1.0.*",
"nikic/php-parser": "dev-master",
"symfony/event-dispatcher": "2.1.*",
"zendframework/zend-stdlib": "2.*",
"zendframework/zend-config": "2.*",
"zendframework/zend-locale": "2.*",
"zendframework/zend-servicemanager": "2.*",
"zendframework/zend-translator": "2.*",
"phpdocumentor/graphviz": "1.*",
"phpdocumentor/fileset": "1.0.0-beta2",
"phpdocumentor/reflection-docblock": "1.0.*",
"phpdocumentor/plugin-twig":"1.*",
"phpdocumentor/template-responsive": "1.*",
"phpdocumentor/template-new-black": "1.*",
"phpdocumentor/template-zend": "1.*",
"phpdocumentor/template-old-ocean": "1.*",
"phpdocumentor/template-checkstyle": "1.*"
},
"minimum-stability": "dev",
"require-dev": {
"behat/behat":">=2.4@stable"
},
"config": {
"bin-dir":"bin/"
}
}