From 845ee7f6cb79f65525c88e85e69ddb133dba35a0 Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Mon, 27 Nov 2023 13:59:03 -0500 Subject: [PATCH] Update drupal/state_machine to ^1.9 and remove merged patch. --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f1a7e5137..5a71e0add 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "drupal/role_delegation": "^1.2", "drupal/simple_oauth": "6.0.0-beta5", "drupal/simple_oauth_password_grant": "^1.0@RC", - "drupal/state_machine": "1.8", + "drupal/state_machine": "^1.9", "drupal/subrequests": "^3.0.6", "drupal/token": "^1.11", "drupal/views_geojson": "^1.2", @@ -84,9 +84,6 @@ "Issue #3322325: Cannot authorize clients with empty string set as secret": "https://www.drupal.org/files/issues/2023-10-31/3322325-8.patch", "Issue #3397590: Add method to check if scope has permission": "https://www.drupal.org/files/issues/2023-10-30/3397590-5_0.patch" }, - "drupal/state_machine": { - "Issue #3396186: State constraint is not validated on new entities": "https://www.drupal.org/files/issues/2023-10-23/3396186-2.patch" - }, "itamair/geophp": { "Use BCMath (where available) for all float arithmetic #115": "https://patch-diff.githubusercontent.com/raw/phayes/geoPHP/pull/115.patch" }