forked from ezsystems/ezpublish-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
69 lines (69 loc) · 2.24 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
{
"name": "ezsystems/ezpublish-kernel",
"description": "eZ Publish API and kernel. This is the heart of eZ Publish 5.",
"homepage": "http://share.ez.no",
"license": "GPL-2.0",
"suggest": {
"php-64bit": "For support of more than 30 languages, a 64bit php installation on all involved prod/dev machines is required"
},
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-PDO": "*",
"ext-SPL": "*",
"ext-xsl": "*",
"zetacomponents/archive": "@dev",
"zetacomponents/authentication": "@dev",
"zetacomponents/authentication-database-tiein": "@dev",
"zetacomponents/cache": "@dev",
"zetacomponents/configuration": "@dev",
"zetacomponents/console-tools": "@dev",
"zetacomponents/database": "@dev",
"zetacomponents/debug": "@dev",
"zetacomponents/event-log": "1.4.*",
"zetacomponents/feed": "@dev",
"zetacomponents/image-conversion": "@dev",
"zetacomponents/mail": "@dev",
"zetacomponents/mvc-tools": "@dev",
"zetacomponents/mvc-authentication-tiein": "@dev",
"zetacomponents/persistent-object": "@dev",
"zetacomponents/php-generator": "@dev",
"zetacomponents/signal-slot": "@dev",
"zetacomponents/system-information": "@dev",
"zetacomponents/webdav": "1.1.*",
"symfony/symfony": "~2.3",
"symfony-cmf/routing": "1.1.*",
"qafoo/rmf": "1.0.*",
"kriswallsmith/buzz": ">=0.9",
"tedivm/stash-bundle": "0.2.*",
"sensio/distribution-bundle": "~2.3",
"pagerfanta/pagerfanta": "~1.0"
},
"require-dev": {
"ezsystems/ezpublish-legacy": "@dev",
"mikey179/vfsStream": "1.1.0",
"phpunit/phpunit": "3.7.*"
},
"replace": {
"ezsystems/ezpublish": "*"
},
"autoload": {
"psr-0": {
"eZ": ""
}
},
"config": {
"process-timeout": 3000
},
"extra": {
"branch-alias": {
"dev-master": "5.2.x-dev"
},
"ezpublish-legacy-dir": "vendor/ezsystems/ezpublish-legacy"
}
}