forked from ezsystems/ezpublish-legacy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 1.34 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
{
"name": "ezsystems/ezpublish-legacy",
"description": "eZ Publish LegacyStack (4.x)",
"homepage": "http://share.ez.no",
"license": "GPL-2.0",
"type": "ezpublish-legacy",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/lolautruche/Archive.git"
}
],
"require": {
"php": ">=5.3.3",
"ezsystems/ezpublish-legacy-installer": "*",
"zetacomponents/archive": "dev-fixUnpackPHP55",
"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/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"
},
"extra": {
"branch-alias": {
"dev-master": "5.2.x-dev"
}
}
}