-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1006 Bytes
/
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
{
"name": "dpc-sdp/baywatch",
"description": "Configuration for integration with Bay hosting platform",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"drupal/autologout": "^1.3",
"drupal/coi": "^4.0@RC",
"drupal/purge_queuer_url": "dev-3289191-automated-drupal-10",
"drupal/queue_mail": "^1",
"drupal/jwt": "^1.0",
"drupal/config_split": "^2.0",
"dpc-sdp/bay_platform_dependencies": "^2.0.2"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches": {
"drupal/jwt": {
"Deprecated function: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated - https://www.drupal.org/project/jwt/issues/3298726": "https://www.drupal.org/files/issues/2022-07-22/3298726-3.patch"
}
}
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/10"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}