This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
/
composer.json
54 lines (54 loc) · 1.64 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
{
"name": "webtales/rubedo",
"type": "rubedo-core",
"description":"An open source PHP CMS",
"license":"GPL-3.0",
"require": {
"php": ">=5.4.0",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-mongo": ">=1.3.0",
"twig/twig": "~1.15",
"webtales/mongo-filters": "dev-master",
"twig/extensions": "1.0.*",
"monolog/monolog": "~1.8",
"ezyang/htmlpurifier": "~4.6",
"zendframework/zendframework": "2.3.*",
"swiftmailer/swiftmailer": "~5.1",
"phing/phing": "~2.7",
"mrclay/minify": "~2.2",
"zendframework/zendservice-recaptcha": "2.0.1",
"zendframework/zend-developer-tools": "1.0.0",
"elasticsearch/elasticsearch": "~2.0",
"geoip2/geoip2": "~2.0",
"donatj/phpuseragentparser": "v0.5.2",
"league/flysystem": "1.0.27",
"league/flysystem-gridfs":"1.0.0",
"league/flysystem-cached-adapter":"1.0.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phploc/phploc": "*",
"sebastian/phpcpd": "*",
"phpdocumentor/phpdocumentor": "*",
"chriskite/phactory": "0.4.*",
"pdepend/pdepend" : "1.1.1",
"phpmd/phpmd": "1.4.*",
"squizlabs/php_codesniffer": "1.4.*",
"zendframework/zftool": "dev-master"
},
"minimum-stability": "stable",
"config": {
"process-timeout": 600,
"secure-http":false
},
"repositories": [
{
"type": "vcs",
"url": "git://github.com/WebTales/MongoFilters.git"
}
],
"autoload": {
"classmap": ["module/Rubedo/src/Rubedo"]
}
}