Skip to content

Commit

Permalink
d10
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 1, 2023
1 parent 80f1150 commit 613f343
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.d10.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"php": ">=8.1",
"composer/installers": "^2",
"cweagans/composer-patches": "^1.7",
"drupal/core": "10.0",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/core": "10.0",
"drupal/search_api": "^1.29",
"drush/drush": "^11",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^5.1",
Expand Down
74 changes: 73 additions & 1 deletion composer.d10.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c0f0659f608b0fc64ba6fb78a176dafb",
"content-hash": "62f98b7513ee22f8064028d50280c3ae",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -2918,6 +2918,78 @@
"source": "https://git.drupalcode.org/project/redirect"
}
},
{
"name": "drupal/search_api",
"version": "1.29.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/search_api.git",
"reference": "8.x-1.29"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.29.zip",
"reference": "8.x-1.29",
"shasum": "4663abbcfe5dfc159ee0886fc6c437e998fc0653"
},
"require": {
"drupal/core": "^9.3 || ^10.0"
},
"conflict": {
"drupal/search_api_solr": "2.* || 3.0 || 3.1"
},
"require-dev": {
"drupal/language_fallback_fix": "@dev",
"drupal/search_api_autocomplete": "@dev",
"drupal/search_api_db": "*"
},
"suggest": {
"drupal/facets": "Adds the ability to create faceted searches.",
"drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.",
"drupal/search_api_solr": "Adds support for using Apache Solr as a backend."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.29",
"datestamp": "1679910252",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Thomas Seidl",
"homepage": "https://www.drupal.org/u/drunken-monkey"
},
{
"name": "Nick Veenhof",
"homepage": "https://www.drupal.org/u/nick_vh"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/790418/committers"
}
],
"description": "Provides a generic framework for modules offering search capabilities.",
"homepage": "https://www.drupal.org/project/search_api",
"support": {
"source": "https://git.drupalcode.org/project/search_api",
"issues": "https://www.drupal.org/project/issues/search_api",
"irc": "irc://irc.freenode.org/drupal-search-api"
}
},
{
"name": "drupal/shield",
"version": "1.7.0",
Expand Down
3 changes: 3 additions & 0 deletions docroot/themes/contrib/civictheme/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"drupal/redirect": "^1.8",
"drupal/simple_sitemap": "^4.1",
"drupal/webform": "^6.1"
},
"suggest": {
"drupal/search_api": "Provides a framework for easily creating searches on any entity known to Drupal, using any kind of search engine."
}
}

0 comments on commit 613f343

Please sign in to comment.