This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcomposer.json
67 lines (67 loc) · 2.21 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
{
"name": "netgen/ezpublish-kernel",
"description": "eZ Publish API and kernel. This is the heart of eZ Publish 5. This is a v2014.11 kernel, maintained for bugfixes by Netgen.",
"homepage": "http://www.netgenlabs.com",
"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/mail": "~1.8",
"symfony/symfony": "~2.7",
"symfony-cmf/routing": "~1.1",
"qafoo/rmf": "1.0.*",
"kriswallsmith/buzz": ">=0.9",
"tedivm/stash-bundle": "0.4.*",
"sensio/distribution-bundle": "^3.0.36|^4.0.38",
"nelmio/cors-bundle": "1.3.*",
"hautelook/templated-uri-bundle": "~1.0 | ~2.0",
"pagerfanta/pagerfanta": "~1.0",
"doctrine/dbal": "2.5.*@beta",
"ocramius/proxy-manager": "~1.0",
"doctrine/doctrine-bundle": "1.3.*@beta",
"liip/imagine-bundle": "~1.0",
"oneup/flysystem-bundle": "~0.4",
"friendsofsymfony/http-cache-bundle": ">=1.2, <=1.3.6",
"sensio/framework-extra-bundle": "~3.0",
"twig/twig": "^1.0"
},
"require-dev": {
"ezsystems/ezpublish-legacy": "@dev",
"mikey179/vfsstream": "1.1.0",
"phpunit/phpunit": "~4.1.3",
"matthiasnoback/symfony-dependency-injection-test": "0.*",
"mockery/mockery": "^0.9.4",
"symfony/assetic-bundle": "~2.3"
},
"replace": {
"ezsystems/ezpublish": "*",
"ezsystems/ezpublish-api": "2014.11.*",
"ezsystems/ezpublish-spi": "2014.11.*",
"ezsystems/ezpublish-kernel": "2014.11.*"
},
"autoload": {
"psr-0": {
"eZ": ""
}
},
"config": {
"process-timeout": 3000
},
"extra": {
"ezpublish-legacy-dir": "vendor/ezsystems/ezpublish-legacy",
"branch-alias": {
"dev-master": "14.12.x-dev"
}
}
}