-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 1.02 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
{
"name": "web-multishop-company/drupal-landing-articles",
"description": "Provides Landing article content type and related configuration. An article that is often a landing page for new visitors, such as a product or service promotional article.",
"type": "drupal-module",
"license": "GPL-3.0+",
"minimum-stability": "dev",
"homepage": "https://github.com/WebMultishopCompany/drupal-landing-articles",
"authors": [
{
"name": "Nils Lindentals (Deele)",
"homepage": "https://github.com/Deele",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/WebMultishopCompany/drupal-landing-articles/issues",
"source": "https://github.com/WebMultishopCompany/drupal-landing-articles"
},
"require": {
"drupal/core": "^8.7.0",
"drupal/colorbox": "^1.4",
"drupal/entity_reference_revisions": "^1.7",
"drupal/field_group": "^3.0",
"drupal/paragraphs": "^1.10",
"drupal/smart_date": "^1.1"
},
"require-dev": {
"roave/security-advisories": "dev-master"
}
}