Skip to content

Commit

Permalink
Update composer.json for 1.1.0
Browse files Browse the repository at this point in the history
We can't claim Drupal 10 compatibility yet (on purpose). Fixes Search API Solr to 4.2.10 for now until all hooks are moved into events
  • Loading branch information
DiegoPino authored Jun 26, 2023
1 parent d498c09 commit 3c29354
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strawberryfield/strawberryfield",
"description": "A strawberry field for Drupal 8",
"description": "A strawberry field for Drupal 9",
"type": "drupal-module",
"license": "GPL-2.0+",
"homepage": "https://github.com/esmero/strawberryfield",
Expand All @@ -13,16 +13,16 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=7.4",
"ext-json": "*",
"drupal/core": "^8.9 || ^9",
"drupal/core": ">=9.5 <10.0",
"ml/json-ld": "~1.1",
"mtdowling/jmespath.php":"~2.5",
"mtdowling/jmespath.php":"~2.6",
"swaggest/json-schema":"~0.12",
"swaggest/json-diff":"~3.7",
"swaggest/json-diff":"~3.8",
"frictionlessdata/datapackage": "dev-main",
"drupal/search_api": "~1.19",
"drupal/search_api_solr": "~4.1",
"drupal/search_api": "~1.29",
"drupal/search_api_solr": "^4.2.10",
"professional-wiki/edtf": "~2.0",
"mhor/php-mediainfo": "~5.4"
},
Expand Down

0 comments on commit 3c29354

Please sign in to comment.