From 1f92f6b07c2a897ce991b0bc3817ebd382200d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:26:47 +0000 Subject: [PATCH] Update cakephp/migrations requirement from 3.x-dev to 4.5.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/3.0.0...4.5.0) --- updated-dependencies: - dependency-name: cakephp/migrations dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 18aabf0..1259a97 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "friendsofphp/php-cs-fixer": "^3.61", "ergebnis/composer-normalize": "^2.43", "ergebnis/php-cs-fixer-config": "^6.34", - "cakephp/migrations": "3.x-dev" + "cakephp/migrations": "4.5.0" }, "autoload": { "psr-4": {