-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 1.1 KB
/
composer.json
File metadata and controls
30 lines (30 loc) · 1.1 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
{
"name": "kevinfunk/default_content_ui",
"description": "Provides a Default content user interface for importing and exporting content.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Kevin Funk",
"email": "kevin@kevinfunk.com"
}
],
"require": {
"cweagans/composer-patches": "^1.6.0",
"drupal/default_content": "2.0.0-alpha2"
},
"extra": {
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"patches": {
"drupal/default_content": {
"2786479 - Drush comand to export all items from entity with defined criteria":
"https://raw.githubusercontent.com/kevinfunk/default_content_ui/2.x-alpha2/patches/default_content-2824103-11.patch",
"2951076 - Decouple Importer":
"https://raw.githubusercontent.com/kevinfunk/default_content_ui/2.x-alpha2/patches/default_content-decouple-importer-2951076-13.patch"
}
}
}
}