From ae0ab552174ba871b1204319bcef90092e6d1f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:34:48 +0000 Subject: [PATCH] Update cakephp/cakephp requirement from 5.3.* to 5.4.* 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.3.0...5.4.0) --- updated-dependencies: - dependency-name: cakephp/cakephp dependency-version: 5.4.0 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 72d4ce4..71598ae 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "homepage": "https://cakephp.org", "require": { "php": ">=8.1", - "cakephp/cakephp": "5.3.*", + "cakephp/cakephp": "5.4.*", "cakephp/migrations": "^5.0", "cakephp/plugin-installer": "^2.0", "mobiledetect/mobiledetectlib": "^4.8.03"