Update drupal/state_machine to ^1.9 and remove merged patch.

This commit is contained in:
Michael Stenta 2023-11-27 13:59:03 -05:00
parent 9d8dc8dd1f
commit 845ee7f6cb
1 changed files with 1 additions and 4 deletions

View File

@ -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"
}