diff --git a/composer.json b/composer.json
index 6d93266..dcb2592 100755
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,11 @@
   "name": "drupal/cas_account_link",
   "description": "Allows a user to manually link its CAS account with its Drupal account.",
   "type": "drupal-module",
-  "keywords": ["Drupal", "CAS", "single sign-on"],
+  "keywords": [
+    "Drupal",
+    "CAS",
+    "single sign-on"
+  ],
   "homepage": "https://www.drupal.org/project/cas_account_link",
   "authors": [
     {
@@ -16,10 +20,20 @@
     "source": "https://git.drupalcode.org/project/cas_account_link"
   },
   "license": "GPL-2.0+",
+  "minimum-stability": "dev",
+  "prefer-stable": true,
+  "_comment0": "Using a forked version that includes the patch.",
+  "_comment1": "See https://www.drupal.org/project/drupalci_testbot/issues/3066272",
   "require": {
-    "drupal/cas": "^1.0"
+    "drupal/cas": "dev-ddo-3065933"
   },
   "require-dev": {
     "drupal/cas_mock_server": "dev-0.x|dev-1.x"
-  }
+  },
+  "repositories": [
+    {
+      "type": "vcs",
+      "url": "https://github.com/claudiu-cristea/cas.git"
+    }
+  ]
 }
