-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (42 loc) · 1.26 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
40
41
42
43
{
"name": "ciandt-china/hundun_seo",
"description": "Provide Search Engine Optimization (SEO) Core features and settings.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Ciandt",
"homepage": "https://github.com/ciandt-china-dev",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"composer/installers": "~1.0 || ~2.0",
"oomphinc/composer-installers-extender": "~1.0 || ~2.0",
"cweagans/composer-patches": "~1.0",
"drupal/google_analytics": "~4.0.0",
"drupal/google_tag": "^1.5",
"drupal/metatag": "^1.30",
"drupal/pathauto": "^1.11",
"drupal/redirect": "^1.7",
"drupal/schema_metatag": "^2.3",
"drupal/script_manager": "^1.3",
"drupal/simple_sitemap": "^4.1",
"drupal/yoast_seo": "^2.0@alpha"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true
}
}