diff --git a/aue.info.yml b/aue.info.yml
index a5e7d5d56697461ba7ea1294a3658abef4fa4588..e1446314f78c92e339e52adbea05f81fa3be38ba 100644
--- a/aue.info.yml
+++ b/aue.info.yml
@@ -3,3 +3,5 @@ type: module
 description: 'Added functionality for Automatic Updates.'
 package: Automatic Updates
 core_version_requirement: ^10.1
+dependencies:
+  - drupal:package_manager
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000000000000000000000000000000000000..8b7fcbf9db43c6b4f41b14eaebbdb59e4bfb751a
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,14 @@
+{
+    "name": "drupal/aue",
+    "description": "This module adds extra functionality to the main Automatic Updates module",
+    "type": "drupal-module",
+    "require": {
+        "drupal/automatic_updates": "^3"
+    },
+    "license": "GPL-2.0-or-later",
+    "homepage": "https://www.drupal.org/project/aue",
+    "support": {
+        "issues": "https://www.drupal.org/project/issues/aue",
+        "source": "http://cgit.drupalcode.org/aue"
+    }
+}