-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
43 lines (43 loc) · 1.32 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": "drupal/varbase_api",
"description": "A JSON:API implementation with authentication and authorization that allows for easy ingestion of content by other applications.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_editor",
"notification-url": "https://packages.drupal.org/8/downloads",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/varbase_api",
"source": "http://cgit.drupalcode.org/varbase_api"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0 || ~11.1.0",
"vardot/varbase-patches": "~10",
"vardot/entity-definition-update-manager": "~1",
"vardot/module-installer-factory": "~1",
"drupal/consumers": "~1",
"drupal/openapi": "~2",
"drupal/openapi_jsonapi": "~3",
"drupal/openapi_rest": "~2",
"drupal/openapi_ui_redoc": "~1",
"drupal/openapi_ui_swagger": "~1",
"drupal/simple_oauth": "~6",
"drupal/schema_metatag": "~3",
"drupal/restui": "~1",
"drupal/jsonapi_extras": "~3"
}
}