-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 927 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 927 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
26
27
28
29
30
31
32
33
34
{
"name": "eaudeweb/edw_paragraphs",
"description": "This module provides a number of Paragraph types",
"type": "drupal-module",
"authors": [
{
"name": "dtabirca",
"email": "dtabirca@1029792.no-reply.drupal.org"
}
],
"minimum-stability": "dev",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "git",
"url": "https://github.com/eaudeweb/edw_media.git"
}
],
"require": {
"drupal/paragraphs": "^1.19",
"drupal/layout_paragraphs": "^2.0",
"drupal/block_field": "^1.0@RC",
"drupal/svg_image_field": "^2.3",
"drupal/viewsreference": "^2.0@beta",
"eaudeweb/edw_media": "^1.0"
}
}