-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (25 loc) · 821 Bytes
/
composer.json
File metadata and controls
26 lines (25 loc) · 821 Bytes
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
{
"name": "fivejars/drupal_booster_theme",
"description": "Theme for Booster Drupal distribution.",
"version": "1.x-dev",
"type": "drupal-theme",
"license": "GPL-2.0-or-later",
"require": {
"cweagans/composer-patches": "^1.5.0",
"drupal/radix": "6.0.0-beta13"
},
"config": {
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"extra": {
"enable-patching": true,
"installer-name": "booster_theme",
"patches": {
"drupal/radix": {
"Issue #3439449: Drupal\\sdc\\Exception\\InvalidComponentException: [type] NULL value found, but a string or an object is required. (status message)": "https://www.drupal.org/files/issues/2024-04-15/3439449__4.patch"
}
}
}
}