This repository has been archived by the owner on May 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
80 lines (80 loc) · 2.3 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "berlinonline/honeybee-standard-edition",
"license": "MIT",
"type": "project",
"description": "The \"Honeybee Standard Edition\" distribution.",
"keywords": ["cms", "cmf" , "content management"],
"homepage": "https://github.com/berlinonline/honeybee",
"authors": [
{
"name": "Thorsten Schmitt-Rink"
},
{
"name": "Leon Weidauer"
},
{
"name": "Steffen Gransow"
},
{
"name": "Tom Anheyer"
}
],
"require": {
"php": ">=5.3.3",
"lib-curl": "*",
"lib-libxml": "*",
"lib-xsl": "*",
"lib-iconv": "*",
"lib-icu": "*",
"lib-openssl": "*",
"lib-pcre": "*",
"ext-imagick": "*",
"berlinonline/honeybee": "dev-v001-dev@dev",
"agavi/agavi": "dev-master#a8f513c8fbd34371c6c9ee3629a09e66de60f534 as 1.0.8",
"berlinonline/dat0r": "dev-field_path@dev",
"shrink0r/workflux": "dev-master"
},
"require-dev": {
"mayflower/php-codebrowser": "1.1.*",
"phploc/phploc": "2.0.*",
"phpmd/phpmd": "2.0.*",
"phpunit/phpunit": "4.1.*",
"sami/sami": "2.*",
"satooshi/php-coveralls": "0.6.*",
"sebastian/phpcpd": "2.0.*",
"squizlabs/php_codesniffer": "1.5.*",
"graste/PhpDebugToolbar": "dev-master#63b1b518e559b7e2995cda91a8edb707048c79a6 as 1.6.1"
},
"autoload": {
"psr-0": {
"Project" : "app/lib",
"Testing" : "tests"
}
},
"prefer-stable": true,
"minimum-stability": "stable",
"config": {
"process-timeout": 900
},
"repositories": [
{
"type": "vcs",
"url": "git://github.com/berlinonline/honeybee.git"
},
{
"type": "package",
"package": {
"name": "graste/PhpDebugToolbar",
"version": "dev-master",
"source": {
"url": "https://github.com/graste/PhpDebugToolbar.git",
"type": "git",
"reference": "63b1b518e559b7e2995cda91a8edb707048c79a6"
},
"autoload": {
"classmap": ["lib/agavi/", "PhpDebugToolbar.class.php"]
}
}
}
]
}