forked from ezsystems/ezpublish-legacy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
36 lines (36 loc) · 1.37 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
{
"name": "aplia/apublish",
"description": "eZ Publish Legacy (aka LegacyStack in 5.x. Is an updated version of eZ Publish 4.x cable of being combined with eZ Platform)",
"homepage": "http://share.ez.no",
"license": "GPL-2.0-only",
"type": "ezpublish-legacy",
"require": {
"php": "~5.5|~7.0",
"symfony/polyfill-php73": "^1.9",
"zetacomponents/archive": "~1.5",
"zetacomponents/authentication": "~1.4",
"zetacomponents/authentication-database-tiein": "~1.2",
"zetacomponents/cache": "~1.6",
"zetacomponents/configuration": "~1.4",
"zetacomponents/console-tools": "~1.7",
"zetacomponents/database": "~1.5",
"zetacomponents/debug": "~1.3",
"zetacomponents/event-log": "~1.5",
"zetacomponents/feed": "~1.4",
"zetacomponents/image-conversion": "~1.4",
"zetacomponents/mail": "~1.8",
"zetacomponents/mvc-tools": "~1.2",
"zetacomponents/mvc-authentication-tiein": "~1.1",
"zetacomponents/persistent-object": "~1.8",
"zetacomponents/signal-slot": "~1.2",
"zetacomponents/system-information": "~1.1",
"zetacomponents/webdav": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "4.8.36",
"zetacomponents/php-generator": "~1.1"
},
"autoload": {
"files": ["autoload.php"]
}
}