-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.15 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
{
"name": "drupal/layout_builder_additions",
"description": "Provides additions for the core Layout Builder module that improves the UI and experience.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"homepage": "https://drupal.org/project/layout_builder_additions",
"authors": [
{
"name": "Rich Lawson (rklawson)",
"homepage": "https://www.drupal.org/u/rklawson",
"role": "Maintainer"
},
{
"name": "Jason Thompson (galactus86)",
"homepage": "https://www.drupal.org/u/galactus86",
"role": "Co-maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/layout_builder_additions",
"source": "https://git.drupalcode.org/project/layout_builder_additions",
"docs": "https://www.drupal.org/project/layout_builder_additions"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10 || ^11"
},
"suggest": {
"drupal/layout_builder_modal": "Provides a modal in the Layout Builder UI for adding and configuring existing blocks."
}
}