forked from civictheme/civictheme_drupaltheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
24 lines (24 loc) · 872 Bytes
/
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
{
"name": "salsadigitalauorg/civictheme",
"description": "CivicTheme is a Drupal 9 component-based theme.",
"type": "drupal-theme",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/salsadigitalauorg/civictheme",
"support": {
"source": "https://github.com/salsadigitalauorg/civictheme_source",
"issues": "https://github.com/salsadigitalauorg/civictheme_source/issues"
},
"require": {
"php": ">=8",
"drupal/components": ">=3.0@beta",
"drupal/field_group": "^3.2",
"drupal/layout_builder_restrictions": "^2.13",
"drupal/linkit": "^6@RC",
"drupal/menu_block": "^1.8",
"drupal/paragraphs": "^1.14",
"drupal/pathauto": "^1.11",
"drupal/redirect": "^1.8",
"drupal/simple_sitemap": "^4.1",
"drupal/webform": ">=6.2@beta"
}
}