From b1f7af12f4f6576da0a062942ced62b197c26403 Mon Sep 17 00:00:00 2001 From: Diego Pino Navarro Date: Mon, 26 Jun 2023 09:29:43 -0400 Subject: [PATCH] Update composer.json for 1.1.0 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 --- composer.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 6d97c76..a1955ac 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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" } }