From d402d9a03d163d3a479663f35f3313649b798080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 07:43:32 +0000 Subject: [PATCH] Update cakephp/migrations requirement from ^4.0.0 to ^5.0.0 Updates the requirements on [cakephp/migrations](https://github.com/cakephp/migrations) to permit the latest version. - [Release notes](https://github.com/cakephp/migrations/releases) - [Commits](https://github.com/cakephp/migrations/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: cakephp/migrations dependency-version: 5.0.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 ae9eccf8d..a6d4a49d5 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require": { "php": ">=8.2", "cakephp/cakephp": "^5.3.0", - "cakephp/migrations": "^4.0.0", + "cakephp/migrations": "^5.0.0", "cakephp/plugin-installer": "^2.0", "league/flysystem": "3.x-dev", "league/flysystem-local": "^3.25",