From 57bb97a4595c4a8d2dadfcb8669f9b4ee5e53cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:39:47 +0000 Subject: [PATCH] Update cakephp/cakephp requirement from ^4.2 to ^5.1 Updates the requirements on [cakephp/cakephp](https://github.com/cakephp/cakephp) to permit the latest version. - [Release notes](https://github.com/cakephp/cakephp/releases) - [Commits](https://github.com/cakephp/cakephp/compare/4.2.0...5.1.0) --- updated-dependencies: - dependency-name: cakephp/cakephp 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 2ae8c77..d379ccb 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^8.0", "ext-json": "*", - "cakephp/cakephp": "^4.2", + "cakephp/cakephp": "^5.1", "brick/geo": "^0.7.1" }, "require-dev": {