From 6cffb7d0fa9ec2f233bf6b4caf13032bd44366b5 Mon Sep 17 00:00:00 2001 From: othercorey Date: Sun, 16 May 2021 00:00:22 -0500 Subject: [PATCH] Bump plugin-installer to 1.3 for composer 1 and 2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dff1bc57be..12595a2bde 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": ">=5.6", "cakephp/cakephp": "3.9.*", "cakephp/migrations": "^2.0.0", - "cakephp/plugin-installer": "^1.0", + "cakephp/plugin-installer": "^1.3", "mobiledetect/mobiledetectlib": "2.*" }, "require-dev": {