forked from ezsystems/ezpublish-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
61 lines (61 loc) · 1.89 KB
/
Copy pathcomposer.json
File metadata and controls
61 lines (61 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"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.4.4",
"ext-ctype": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-PDO": "*",
"ext-SPL": "*",
"ext-xsl": "*",
"zetacomponents/base": "dev-master#642f63a",
"zetacomponents/mail": "1.8.*@beta",
"zetacomponents/php-generator": "dev-master#b51935e",
"symfony/symfony": "~2.3",
"symfony-cmf/routing": "1.1.*",
"qafoo/rmf": "1.0.*",
"kriswallsmith/buzz": ">=0.9",
"tedivm/stash-bundle": "0.4.*",
"sensio/distribution-bundle": "~2.3",
"nelmio/cors-bundle": "1.3.*",
"pagerfanta/pagerfanta": "~1.0",
"doctrine/dbal": "2.5.*@beta",
"ocramius/proxy-manager": "0.5.*",
"doctrine/doctrine-bundle": "1.3.*@beta"
},
"require-dev": {
"ezsystems/ezpublish-legacy": "@dev",
"mikey179/vfsStream": "1.1.0",
"phpunit/phpunit": "~4.1.3",
"matthiasnoback/symfony-dependency-injection-test": "0.2.*",
"mockery/mockery": "dev-master"
},
"replace": {
"ezsystems/ezpublish": "*",
"ezsystems/ezpublish-api": "self.version",
"ezsystems/ezpublish-spi": "self.version"
},
"conflict": {
"zendframework/zend-stdlib": ">=2.3"
},
"autoload": {
"psr-0": {
"eZ": ""
}
},
"config": {
"process-timeout": 3000
},
"extra": {
"ezpublish-legacy-dir": "vendor/ezsystems/ezpublish-legacy"
}
}