From d14e034fe51da24d1f7ad3bb18961622c74bd422 Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Fri, 28 Jun 2024 12:03:16 +0100 Subject: [PATCH] Remove patch for autosave_form module that is no longer required #466 --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index ae1f4ac..b85680c 100644 --- a/composer.json +++ b/composer.json @@ -50,9 +50,6 @@ "drupal/domain_path": { "https://github.com/localgovdrupal/localgov_microsites/pull/175#issuecomment-1172879196": "https://raw.githubusercontent.com/localgovdrupal/localgov_microsites/995261d0909065e3124fba3fc0dce3e823aefa1d/patches/domain_path.146-url-aliases.patch", "https://github.com/localgovdrupal/localgov_microsites_group/issues/326": "https://raw.githubusercontent.com/localgovdrupal/localgov_microsites/4cbdbe6ae3c3e95e7d2ed15d918c66805ad8e7f1/patches/localgov_microsites_group_326.domain_path_pathauto.unserializable.patch" - }, - "drupal/autosave_form": { - "PHP 8.2 deprecation issue with AutosaveFormBuilder": "https://www.drupal.org/files/issues/2024-04-15/fix-php82-deprecation-3355495-19.patch" } } }