diff --git a/composer.json b/composer.json
index 793e16e..29ce638 100644
--- a/composer.json
+++ b/composer.json
@@ -2,6 +2,13 @@
   "name": "drupal/entity_reference_revisions",
   "description": "Entity Reference Revisions",
   "type": "drupal-module",
+  "extra": {
+    "drush": {
+        "services": {
+            "drush.services.yml": "^10"
+        }
+    }
+  },
   "license": "GPL-2.0-or-later",
   "require": {
     "drupal/core": "^8.7.7 || ^9"
