forked from ezsystems/ezpublish-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
77 lines (77 loc) · 2.85 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
{
"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-master#d0caff8",
"zetacomponents/authentication": "dev-master#c422670",
"zetacomponents/authentication-database-tiein": "dev-master#56d1e0a",
"zetacomponents/cache": "dev-master#34fa794",
"zetacomponents/configuration": "dev-master#10ae09f",
"zetacomponents/console-tools": "dev-master#90156ab",
"zetacomponents/database": "dev-master#0e8ddef",
"zetacomponents/debug": "dev-master#0d8cc8f",
"zetacomponents/event-log": "dev-master#eee54a1",
"zetacomponents/feed": "dev-master#e0190e9",
"zetacomponents/image-conversion": "dev-master#36f34c8",
"zetacomponents/mail": "dev-master#71b05a4",
"zetacomponents/mvc-tools": "dev-master#6f2c1eb",
"zetacomponents/mvc-authentication-tiein": "dev-master#9bae3a7",
"zetacomponents/persistent-object": "dev-master#a4c8b95",
"zetacomponents/php-generator": "dev-master#b51935e",
"zetacomponents/signal-slot": "dev-master#74deb41",
"zetacomponents/system-information": "dev-master#6743362",
"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.3.*",
"sensio/distribution-bundle": "~2.3",
"nelmio/cors-bundle": "1.3.*",
"pagerfanta/pagerfanta": "~1.0",
"doctrine/dbal": "~2.4",
"ocramius/proxy-manager": "0.5.*",
"doctrine/doctrine-bundle": "~1.2.0"
},
"require-dev": {
"ezsystems/ezpublish-legacy": "@dev",
"mikey179/vfsStream": "1.1.0",
"phpunit/phpunit": "3.7.*",
"matthiasnoback/symfony-dependency-injection-test": "0.2.*",
"mockery/mockery": "dev-master"
},
"replace": {
"ezsystems/ezpublish": "*",
"ezsystems/ezpublish-api": "self.version",
"ezsystems/ezpublish-spi": "self.version"
},
"autoload": {
"psr-0": {
"eZ": ""
}
},
"config": {
"process-timeout": 3000
},
"extra": {
"branch-alias": {
"dev-master": "5.3.x-dev"
},
"ezpublish-legacy-dir": "vendor/ezsystems/ezpublish-legacy"
}
}