-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathcomposer.json
83 lines (83 loc) · 2.59 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
{
"name": "droptica/droopler_b5",
"description": "Droopler installation profile for Drupal 9/10.",
"type": "drupal-profile",
"license": "GPL-2.0+",
"authors": [
{
"name": "",
"role": ""
}
],
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"asset": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"php": ">=8.1",
"bower-asset/colorbox": "^1.6",
"bower-asset/masonry": "^4.2",
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^3.0",
"drupal/checklistapi": "^2.0",
"drupal/colorbox": "^2.0",
"drupal/config_update": "2.0.x-dev@dev",
"drupal/contact_formatter": "^2.0",
"drupal/components":"^3.0",
"drupal/core": "^10.0",
"drupal/entity_reference_display": "^2.0",
"drupal/entity_reference_revisions": "^1.3",
"drupal/features": "5.0.x-dev@dev",
"drupal/field_group": "^3.0",
"drupal/frontend_editing": "^1.2",
"drupal/google_analytics": "^4.0",
"drupal/google_tag": "^2.0",
"drupal/link_attributes": "^1.1 || ^2.1",
"drupal/metatag": "^1.2 || ^2.0",
"drupal/paragraphs": "^1.1",
"drupal/pathauto": "^1.0",
"drupal/radix": "^5.0",
"drupal/redirect": "^1.0-beta1",
"drupal/simple_sitemap": "^4.1",
"drupal/smtp": "^1.0@beta",
"drupal/svg_image": "^3.0",
"npm-asset/countup": "^1.9",
"npm-asset/in-viewport": "^3.6",
"npm-asset/jquery-ui-touch-punch": "^0.2",
"npm-asset/select2": "^4.0.4",
"npm-asset/slick-carousel": "^1.8"
},
"replace": {
"bower-asset/desandro-matches-selector": "*",
"bower-asset/ev-emitter": "*",
"bower-asset/fizzy-ui-utils": "*",
"bower-asset/get-size": "*",
"bower-asset/jquery": "*",
"bower-asset/outlayer": "*"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"php": "8.1.0"
}
},
"extra": {
"patches": {
"drupal/core": {
"Claro - vertical tabs overflow": "https://git.drupalcode.org/project/drupal/-/merge_requests/5376.patch",
"Claro - paragraphs overflow": "https://www.drupal.org/files/issues/2023-01-25/3145188-37_0.patch"
}
}
}
}