-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·37 lines (37 loc) · 1008 Bytes
/
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
{
"name": "drupal/webseo",
"description": "Most needed contributed modules and configurations for search engine optimization.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/webseo",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Webship",
"homepage": "http://webship.org",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/webseo",
"source": "http://cgit.drupalcode.org/webseo"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0",
"drupal/webpatches": "~10.0",
"drupal/metatag": "~2.1.0",
"drupal/schema_metatag": "~3.0.0",
"drupal/pathauto": "~1.0",
"drupal/yoast_seo": "~2.0",
"drupal/redirect": "~1.0",
"drupal/xmlsitemap": "~1.0",
"drupal/google_analytics": "~4.0.0",
"drupal/google_tag": "~2.0.0"
}
}