-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
69 lines (69 loc) · 2.2 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
{
"name": "opencontent/project-openpa",
"description": "OpenContent OpenPA base project installer",
"license": "GPL-2.0",
"minimum-stability": "dev",
"require": {
"php": "5.6.40",
"composer/installers": "~1.0.0",
"opencontent/opencontent-project-installer": "~1.0",
"ezsystems/ezpublish-legacy": "dev-consorzioweb",
"ezsystems/ezpublish-legacy-installer": "dev-settings",
"ezsystems/ezfind-ls": "v2015.01.0",
"ezsystems/eztags-ls": "2.2.1",
"lolautruche/sqliimport": "~1.3",
"opencontent/ocbootstrap-ls": "1.*",
"opencontent/occhangeobjectdate-ls": "1.*",
"opencontent/ocembed-ls": "1.*",
"opencontent/ocevents-ls": "1.*",
"opencontent/easyvocs_connector-ls": "dev-master",
"opencontent/ocexportas-ls": "1.*",
"opencontent/ocmap-ls": "1.*",
"opencontent/ocopendata-ls": "2.*",
"opencontent/ocoperatorscollection-ls": "1.*",
"opencontent/ocrecaptcha-ls": "1.*",
"opencontent/ocrss-ls": "1.*",
"opencontent/ocsearchtools-ls": "1.*",
"opencontent/openpa-ls": "~2.26",
"opencontent/ocbinarynullparser-ls": "1.*",
"opencontent/ocmultibinary-ls": "1.*",
"opencontent/ezpostgresqlcluster-ls": "dev-md5",
"opencontent/ocopendata_forms-ls": "1.*",
"aws/aws-sdk-php": "3.*",
"opencontent/ocsupport-ls": "dev-master",
"opencontent/ocopendata_forms_design-ls": "1.*",
"opencontent/ocgdprtools-ls": "1.*",
"opencontent/openpa_bootstrapitalia-ls": "dev-master",
"opencontent/occodicefiscale-ls": "dev-master",
"ezsystems/ezmbpaex-ls": "5.3.3.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Opencontent/ezpublish-legacy.git"
},
{
"type": "vcs",
"url": "https://github.com/Opencontent/ezpublish-legacy-installer.git"
},
{
"type": "vcs",
"url": "https://github.com/Opencontent/ezgmaplocation-ls-extension.git"
},
{
"type": "vcs",
"url": "https://github.com/Opencontent/ezpostgresqlcluster.git"
},
{
"type": "vcs",
"url": "https://github.com/Opencontent/ezmbpaex.git"
}
],
"extra": {
"ezpublish-legacy-dir": "html"
},
"config": {
"vendor-dir": "html/vendor",
"discard-changes": true
}
}