-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
57 lines (57 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "drupal/webform_openfisca",
"description": "Adds OpenFisca support for Rules-as-Code enabled webforms.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Salsa Digital",
"email": "[email protected]",
"homepage": "https://salsa.digital",
"role": "Maintainer"
}
],
"homepage": "https://drupal.org/project/webform_openfisca",
"support": {
"issues": "https://drupal.org/project/issues/webform_openfisca",
"source": "https://git.drupalcode.org/project/webform_openfisca"
},
"require": {
"php": ">=8.3",
"drupal/core": "^10 || ^11",
"drupal/paragraphs": "^1.0",
"drupal/webform": "^6.2 || ^6.3@alpha",
"drupal/token": "^1.0"
},
"suggest": {
"drupal/key": "Key provides the ability to improve Drupal security by managing sensitive keys (such as API and encryption keys)."
},
"autoload": {
"classmap": [
"src/"
]
},
"archive": {
"exclude": [
".ahoy.yml",
".devtools",
".editorconfig",
".github",
".gitlab-ci.yml",
".logs",
".twig-cs-fixer.php",
"build",
"codecov.yml",
"composer.dev.json",
"package-lock.json",
"phpcs.xml",
"phpmd.xml",
"phpstan.neon",
"phpunit.d10.xml",
"phpunit.xml",
"rector.php",
"renovate.json",
"tests"
]
}
}