Skip to content

Commit e8fafb2

Browse files
committed
ACMS-4061: Added patch to fix Site Studio issue.
1 parent f585041 commit e8fafb2

File tree

2 files changed

+274
-262
lines changed

2 files changed

+274
-262
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@
330330
"drupal/core": "-p2"
331331
},
332332
"patches": {
333+
"acquia/cohesion": {
334+
"ACO-3441: Module installation failure on Drupal core 10.3.0.": "https://gist.githubusercontent.com/vishalkhode1/5601d591ce1065f0b94991ac04719177/raw/75544f006c347946a2c23a5ff286031026d04981/cohesion-10.3.0.patch"
335+
},
333336
"drupal/core": {
334337
"3328187 - PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in docroot/core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php on line 112": "https://git.drupalcode.org/project/drupal/-/merge_requests/3142.patch",
335338
"Fix failing test for site studio due to missing file": "https://gist.githubusercontent.com/chandan-singh7929/978c8c3c8b6f1e2de23492e7e562c0c3/raw/f0e7770d94be862e5495ca25662a0a0d5672b785/bypass-library-version-core.patch"

0 commit comments

Comments
 (0)