-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
36 lines (36 loc) · 1.1 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
{
"name": "drupal/varbase_blog",
"description": "Provides Blog post content type and related configuration. Use Blog to publish blog post by different authors in the Blog section of the site.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_blog",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/varbase_blog",
"source": "http://cgit.drupalcode.org/varbase_blog"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.3.0 || ~11.0.0",
"vardot/varbase-patches": "~10",
"vardot/entity-definition-update-manager": "~1",
"vardot/module-installer-factory": "~1",
"drupal/varbase_core": "~10",
"drupal/varbase_media": "~10",
"drupal/varbase_seo": "~10",
"drupal/varbase_layout_builder": "~10.1.0",
"drupal/taxonomy_menu": "~3"
}
}