-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
125 lines (125 loc) · 3.83 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "opigno/opigno-composer",
"description": "Opigno LMS",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "",
"role": ""
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "package",
"package": {
"name": "enyo/dropzone",
"version": "v5.5.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/enyo/dropzone.git",
"type": "git",
"reference": "v5.5.0"
}
}
},
{
"type": "package",
"package": {
"name": "mozilla/pdf.js",
"version": "dev-master",
"type": "drupal-library",
"dist": {
"url": "https://github.com/mozilla/pdf.js/releases/download/v2.4.456/pdfjs-2.4.456-es5-dist.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "almende/vis",
"version": "v4.21.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/almende/vis.git",
"type": "git",
"reference": "v4.21.0"
}
}
},
{
"type": "package",
"package": {
"name": "kenwheeler/slick",
"version": "1.8.1",
"type": "drupal-library",
"dist": {
"url": "https://github.com/kenwheeler/slick/archive/v1.8.1.zip",
"type": "zip"
}
}
}
],
"require": {
"php": ">=7.1.0",
"wikimedia/composer-merge-plugin": "dev-master",
"composer/installers": "^1.7",
"cweagans/composer-patches": "^1.6",
"drupal/core-composer-scaffold": "^8.8",
"drupal/core-project-message": "^8.8",
"drupal/calendar": "1.x-dev#1824fdc",
"drupal/media_entity_browser": "2.x-dev#31fdf95",
"drupal/pdf": "1.x-dev#1e33fbf",
"drupal/private_message": "2.x-dev#0d76aa9",
"opigno/opigno_lms": "2.24.0"
},
"require-dev": {
"drush/drush": "^9.1",
"drupal/console": "~1.0"
},
"replace": {
"h5p/h5p-core": "*",
"h5p/h5p-editor": "*"
},
"config": {
"sort-packages": true,
"preferred-install": {
"drupal/calendar": "source",
"*": "dist"
}
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/{$name}": ["type:drupal-drush"]
},
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"enable-patching": true,
"composer-exit-on-patch-failure": false,
"patchLevel": {
"drupal/core": "-p2"
}
}
}