-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.05 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
{
"name": "ueberbit/uebertool_companion",
"description": "Companion Module for the UEbertool",
"version": "0.6.0-beta.14",
"type": "drupal-module",
"keywords": [
"Drupal",
"UEbertool"
],
"homepage": "https://github.com/ueberbit/uebertool/tree/main/packages/uebertool-companion",
"license": "MIT",
"author": {
"name": "UEBERBIT GmbH",
"url": "https://ueberbit.de"
},
"contributors": [
{
"name": "Willi Woldt",
"email": "willi.woldt@ueberbit.de"
}
],
"support": {
"issues": "https://github.com/ueberbit/uebertool/issues",
"source": "https://github.com/ueberbit/uebertool/tree/main/packages/uebertool-companion"
},
"require": {
"drupal/core": "^8.8.0 || ^9.0 || ^10.0 || ^11.0",
"npm-asset/photoswipe": "^5"
},
"extra": {
"drupal-scaffold": {
"file-mapping": {
"[project-root]/.vscode/uebertool_twig.code-snippets": {
"mode": "replace",
"path": "modules/uebertool_twig/uebertool_twig.code-snippets",
"overwrite": true
}
}
}
}
}