Skip to content

Commit

Permalink
update basic module stuff for 11
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Jan 15, 2025
1 parent 1b68013 commit c5baab3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"ext-zip": "*",
"drupal/search_api_solr": "^4.3",
"guzzlehttp/guzzle": "^6.5.7|^7.5",
"http-interop/http-factory-guzzle": "^1.0",
"kint-php/kint": "^4.1|^5",
"guzzlehttp/psr7": "^2.7",
"kint-php/kint": "^5|^6",
"psr/event-dispatcher": "^1.0",
"symfony/finder": "^4.4|^5|^6",
"symfony/yaml": "^4.4|^5|^6"
"symfony/finder": "^6|^7",
"symfony/yaml": "^6|^7"
},
"require-dev": {
"consolidation/robo": "^3.0",
"consolidation/robo": "^4",
"czproject/git-php": "^4.0",
"drupal/coder": "@stable",
"phpunit/phpunit": "@stable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Search API Pantheon Admin
type: module
description: Administer a Pantheon Search server
core_version_requirement: ^9.4 || ^10
core_version_requirement: ^9.4 || ^10 || ^11
package: Search
dependencies:
- search_api_solr:search_api_solr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Search API Pantheon Examples
type: module
description: Contains some examples of things you could do with Search API Pantheon module. This module should not be enabled in prod.
core_version_requirement: ^9.4 || ^10
core_version_requirement: ^9.4 || ^10 || ^11
package: Search
dependencies:
- search_api_pantheon:search_api_pantheon
2 changes: 1 addition & 1 deletion search_api_pantheon.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Search API Pantheon
type: module
description: Search API + Solr + Pantheon integration
core_version_requirement: ^9.4 || ^10
core_version_requirement: ^9.4 || ^10 || ^11
package: Search
dependencies:
- search_api_solr:search_api_solr

0 comments on commit c5baab3

Please sign in to comment.