-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.legacy.json
More file actions
71 lines (71 loc) · 2.09 KB
/
Copy pathcomposer.legacy.json
File metadata and controls
71 lines (71 loc) · 2.09 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "drupal/collabora_online",
"type": "drupal-module",
"description": "Collabora Online connector for Drupal",
"license": "MPL-2.0",
"authors": [
{
"name": "Hubert Figuière",
"email": "hub@collabora.com"
}
],
"require": {
"php": ">=8.1",
"drupal/key": "^1.19",
"firebase/php-jwt": "^6.10 || ^7",
"phpseclib/phpseclib": "^3.0",
"symfony/error-handler": "^6.4 || ^7.1"
},
"require-dev": {
"composer/installers": "^2",
"drupal/core-composer-scaffold": "^10.4 || ^11.1",
"drupal/core-dev": "^10.3 || ^11.0",
"drupal/core-recommended": "^10.3 || ^11.0",
"drupal/datetime_testing": "^1.0@beta",
"drupal/groupmedia": "^3 || ^4",
"drush/drush": "^12.4 || ^13.3",
"openeuropa/task-runner": "^2@alpha",
"openeuropa/task-runner-drupal-project-symlink": "^1.0.0-beta6",
"php-parallel-lint/php-parallel-lint": "^1.2",
"weitzman/drupal-test-traits": "^2.5"
},
"scripts": {
"post-install-cmd": "./vendor/bin/run drupal:site-setup",
"post-update-cmd": "./vendor/bin/run drupal:site-setup"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "./web"
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
]
}
},
"config": {
"audit": {
"block-insecure": false
},
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"php-http/discovery": false,
"phpstan/extension-installer": true,
"tbachert/spi": false,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}