Skip to content

Commit 8fb7d56

Browse files
Added patch to fix the deprecated error message. (#88)
1 parent fda3fa3 commit 8fb7d56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
"drupal/config_split": "^1.9",
1313
"dpc-sdp/bay_platform_dependencies": "^2.0.2"
1414
},
15+
"extra": {
16+
"enable-patching": true,
17+
"composer-exit-on-patch-failure": true,
18+
"patches": {
19+
"drupal/jwt": {
20+
"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"
21+
}
22+
}
23+
},
1524
"repositories": {
1625
"drupal": {
1726
"type": "composer",

0 commit comments

Comments
 (0)