From f6eea51d9119848f1dbf7b32e9e0ea99b0b4082f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 09:13:13 +0000 Subject: [PATCH] Update robmorgan/phinx requirement from ^0.10 to ^0.13 Updates the requirements on [robmorgan/phinx](https://github.com/cakephp/phinx) to permit the latest version. - [Release notes](https://github.com/cakephp/phinx/releases) - [Commits](https://github.com/cakephp/phinx/compare/v0.10.0...0.13.0) --- updated-dependencies: - dependency-name: robmorgan/phinx 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 73d57c2..31e66fc 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpmetrics/phpmetrics": "^2.3.2", "phpro/grumphp": ">=0.11.0,<1.0.0,!=0.11.4", "phpunit/phpunit": "^5.7|^6.5", - "robmorgan/phinx": "^0.10", + "robmorgan/phinx": "^0.13", "scheb/tombstone-analyzer": "^0.3", "sebastian/phpcpd": "^3.0", "seld/jsonlint": "^1.6",