Skip to content

Commit

Permalink
Update composer.json for 1.1.0
Browse files Browse the repository at this point in the history
Make drupal/webform 6.1.4 the minimal required version because of 6.1.3 bug that breaks file serialization on newer symphony. Remove already met dependencies via strawberryfield
  • Loading branch information
DiegoPino authored Jun 27, 2023
1 parent 4e3f689 commit 225f1dd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strawberryfield/format_strawberryfield",
"description": "Strawberryfield Mash/Smash/extractor/formatters for Drupal 8/9",
"description": "Strawberryfield Mash/Smash/extractor/formatters for Drupal 9",
"license": "GPL-2.0+",
"type": "drupal-module",
"homepage": "https:/esmero/format_strawberryfield",
Expand All @@ -13,12 +13,10 @@
}
],
"require": {
"ml/json-ld": "^1.2",
"mtdowling/jmespath.php":"^2.5",
"strawberryfield/strawberryfield":"1.0.0.x-dev",
"strawberryfield/strawberryfield":"1.1.0.x-dev",
"league/html-to-markdown":"^5.0.0",
"erusev/parsedown": "^1.7",
"drupal/webform": "^5.23 || ^6.0",
"drupal/webform": "^6.1.4",
"ext-json": "*",
"seboettg/citeproc-php": "dev-master"
}
Expand Down

0 comments on commit 225f1dd

Please sign in to comment.