-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.57 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
{
"name": "drupal/ez_smart_article",
"description": "Provides AI Features for EZContent.",
"type": "drupal-recipe",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"srijanone/ezcontent_theme": "^2.1",
"srijanone/ezcontent_node": "^1.0.1",
"srijanone/ezcontent_smart_article": "^1.0.1",
"drupal/entity_browser": "^2.11",
"drupal/dropzonejs": "^2.11",
"drupal/autocomplete_deluxe": "^2.1",
"drupal/components": "^3.1",
"drupal/inline_entity_form":"^3.0@RC",
"drupal/image_widget_crop": "^2.4",
"drupal/media_entity_browser": "^2.0"
},
"extra": {
"patches": {
"drupal/core": {
"3062441 - Error: Call to a member function getConfigDependencyName() on null": "https://www.drupal.org/files/issues/2024-03-27/3062441-patch-41.patch",
"3352384 -Add Exception for TypeError Argument must be String": "https://www.drupal.org/files/issues/2023-08-07/TypeError_htmlspecialchars_ArgumentNustBeTypeString_ArrayGiven-3352384-43.patch"
},
"drupal/libraries": {
"3367706 - after installing libraries module ReverseContainer::generateServiceIdHash()": "https://www.drupal.org/files/issues/2024-09-17/3367706-15.patch"
}
}
},
"license": "GPL-2.0-or-later"
}