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 26, 2023
1 parent f78b6ca commit b1f7af1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strawberryfield/webform_strawberryfield",
"description": "A Webform/strawberryfield integration module for Drupal 8",
"description": "A Webform/strawberryfield integration module for Drupal 9",
"type": "drupal-module",
"license": "GPL-2.0+",
"homepage": "https://github.com/esmero/webform_strawberryfield",
Expand All @@ -13,13 +13,11 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.4",
"ext-json": "*",
"ml/json-ld": "^1.2",
"mtdowling/jmespath.php":"^2.5",
"strawberryfield/strawberryfield":"1.0.0.x-dev",
"strawberryfield/format_strawberryfield":"1.0.0.x-dev",
"drupal/webform": "^5.23 || ^6.0",
"strawberryfield/strawberryfield":"1.1.0.x-dev",
"strawberryfield/format_strawberryfield":"1.1.0.x-dev",
"drupal/webform": "^6.1.4",
"ramsey/uuid": "^4"
}
}

0 comments on commit b1f7af1

Please sign in to comment.