From 6f43904a565c9db75a8f816319026f80d4fcd1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:01:00 +0000 Subject: [PATCH] Update cakephp/cakephp requirement from 5.1.* to 5.2.* 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/5.1.0...5.2.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 2edbaabb1..1af5f4c1c 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "homepage": "https://cakephp.org", "require": { "php": ">=8.1", - "cakephp/cakephp": "5.1.*", + "cakephp/cakephp": "5.2.*", "cakephp/migrations": "^4.0.0", "cakephp/plugin-installer": "^2.0", "mobiledetect/mobiledetectlib": "^4.8.03"