From d07947c6233d506d2d4067afba0d039c1b9f2555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:19:40 +0000 Subject: [PATCH] Update cakephp/plugin-installer requirement from ^1.3 to ^2.0 Updates the requirements on [cakephp/plugin-installer](https://github.com/cakephp/plugin-installer) to permit the latest version. - [Release notes](https://github.com/cakephp/plugin-installer/releases) - [Commits](https://github.com/cakephp/plugin-installer/compare/1.3.0...2.0.1) --- updated-dependencies: - dependency-name: cakephp/plugin-installer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ad920a..471cbc5 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": ">=7.4", "cakephp/cakephp": "4.4.*", "cakephp/migrations": "^3.2", - "cakephp/plugin-installer": "^1.3", + "cakephp/plugin-installer": "^2.0", "mobiledetect/mobiledetectlib": "^2.8" }, "require-dev": {