diff --git a/composer.json b/composer.json index 724ed93..24105ce 100755 --- a/composer.json +++ b/composer.json @@ -20,20 +20,19 @@ "source": "https://git.drupalcode.org/project/cas_account_link" }, "license": "GPL-2.0+", + "_comment0": "Using a forked version that includes teh patch.", + "_comment1": "See https://www.drupal.org/project/drupalci_testbot/issues/3066272", "require": { "cweagans/composer-patches": "^1.0", - "drupal/cas": "dev-1.x" + "drupal/cas": "dev-ddo-3065933" }, "require-dev": { "drupal/cas_mock_server": "dev-0.x|dev-1.x" }, - "extra": { - "enable-patching": true, - "composer-exit-on-patch-failure": true, - "patches": { - "drupal/cas": { - "Allow user interaction to be inserted into the flow @see https://www.drupal.org/project/cas/issues/3065933": "https://www.drupal.org/files/issues/2019-07-06/3065933-12.patch" - } + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/claudiu-cristea/cas.git" } - } + ] }