From 35862b1be936d2a30a307b41a61c1a704148af38 Mon Sep 17 00:00:00 2001 From: Alejandro Ibarra Date: Fri, 18 Feb 2022 11:14:53 +0100 Subject: [PATCH] Update composer to use feature branch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4cefd7484..d180b44a6 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require": { "php": ">=7.2.0", "cakephp/cakephp": "^4.0", - "cakedc/auth": "^7.0", + "cakedc/auth": "dev-feature/otp-7cake4 as 7.0.2", "cakephp/authorization": "^2.0.0", "cakephp/authentication": "^2.0.0" },