Skip to content

Commit

Permalink
Add patch for search_api
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Jun 18, 2024
1 parent 3de5ebf commit 9746b32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"drupal/pathauto": "^1.12",
"drupal/redirect": "^1.9",
"drupal/redis": "^1.7",
"drupal/search_api": "<=1.34",
"drupal/search_api": "^1.35",
"drupal/search_api_solr": "^4.3",
"drupal/shield": "^1.7",
"drupal/stage_file_proxy": "^2.1",
Expand Down Expand Up @@ -151,6 +151,9 @@
"patches": {
"drupal/search_api_solr": {
"Fatal error Declaration of Drupal\\search_api_solr\\Plugin\\search_api\\backend\\SearchApiSolrBackend::__sleep()": "https://www.drupal.org/files/issues/2024-06-17/search-api-solr-fatal-error-declaration-of-sleep-3449292-12.patch"
},
"drupal/search_api": {
"Declaration of Drupal\\search_api_solr\\Plugin\\search_api\\backend\\SearchApiSolrBackend::__sleep() must be compatible": "https://git.drupalcode.org/project/search_api/-/merge_requests/148.patch"
}
}
},
Expand Down

1 comment on commit 9746b32

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.