forked from az-digital/az_quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
62 lines (62 loc) · 2.74 KB
/
composer.json
File metadata and controls
62 lines (62 loc) · 2.74 KB
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
{
"name": "az-digital/az_quickstart",
"description": "Arizona Quickstart",
"type": "drupal-custom-profile",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Arizona Digital",
"homepage": "https://digital.arizona.edu",
"role": "Team"
}
],
"support": {
"docs": "https://quickstart.arizona.edu/help"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"php": ">=7.0",
"composer/installers": "1.7.0",
"cweagans/composer-patches": "1.6.7",
"drupal/background_image_formatter": "1.4",
"drupal/bootstrap_barrio": "4.23",
"drupal/cas": "1.6.0",
"drupal/core-recommended": "8.8.6",
"drush/drush": "9.7.1",
"drupal/ds": "3.x-dev#170540060a644102ab3524cd1d31de408d492186",
"drupal/externalauth": "1.2.0",
"drupal/field_group": "3.0",
"drupal/layout_builder_restrictions": "2.5",
"drupal/layout_builder_styles": "1.0-beta1",
"drupal/migrate_plus": "5.1",
"drupal/migrate_tools": "5.0",
"drupal/token": "1.7"
},
"extra": {
"patches": {
"drupal/cas": {
"declare-default-theme-in-functional-tests": "https://www.drupal.org/files/issues/2020-04-06/3124254-v1-6%237-declare-default-theme-in-functional-test.patch",
"update-deprecated-setExpectedException-method-in-tests": "https://www.drupal.org/files/issues/2020-04-01/3124245-update-deprecated-setExpectedException-method-in-tests.patch",
"local-username-argument": "https://www.drupal.org/files/issues/2020-04-02/3124256-local-username-argument.patch",
"forward-compatibility-drupal-check": "https://www.drupal.org/files/issues/2020-04-02/3110204-6-forward-compatibility-drupal-check.patch",
"getstorage-deprecation": "https://www.drupal.org/files/issues/2020-05-20/3138426-2.patch"
},
"drupal/core": {
"ajax css load order issue": "https://www.drupal.org/files/issues/2020-02-12/1461322-20.patch",
"Layout builder revisions issue": "https://www.drupal.org/files/issues/2019-06-17/3033516-17.patch"
},
"drupal/ds": {
"Remove drush plugin": "https://git.drupalcode.org/project/ds/commit/c8db6ed6f5f2a543f9fe50d440a5dd94a1f13fae.diff"
},
"drupal/layout_builder_styles": {
"D9 deprecation fixes": "https://www.drupal.org/files/issues/2019-11-06/deprecated-3092650-2.patch",
"Style ordering": "https://www.drupal.org/files/issues/2020-03-03/3080384-15.patch"
}
}
}
}