From 09bd176e4d74a575355140b50239de4f4131be2c Mon Sep 17 00:00:00 2001
From: tedbow <tedbow@240860.no-reply.drupal.org>
Date: Wed, 1 Dec 2021 16:51:34 +0000
Subject: [PATCH] Issue #3252109 by tedbow: Require Drupal core 9.2+

---
 automatic_updates.info.yml | 2 +-
 composer.json              | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/automatic_updates.info.yml b/automatic_updates.info.yml
index b0737ea16e..1c3cd662e8 100644
--- a/automatic_updates.info.yml
+++ b/automatic_updates.info.yml
@@ -1,7 +1,7 @@
 name: 'Automatic Updates'
 type: module
 description: 'Experimental module to develop automatic updates. Currently the module provides checks for update readiness but does not yet provide update functionality.'
-core_version_requirement: ^9
+core_version_requirement: ^9.2
 dependencies:
   - drupal:package_manager
   - drupal:automatic_updates_9_3_shim
diff --git a/composer.json b/composer.json
index ca49e9d96a..36692bf5da 100644
--- a/composer.json
+++ b/composer.json
@@ -12,6 +12,7 @@
   },
   "require": {
     "ext-json": "*",
+    "drupal/core": "^9.2",
     "php-tuf/composer-stager": "0.2.3",
     "composer/composer": "^2"
   },
-- 
GitLab