From 917a9f8c890f076a4a2d90a1ca161c64eae713c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 12:12:33 +0000 Subject: [PATCH] Update robmorgan/phinx requirement from ^0.10 to ^0.12 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.12.5) 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..fd1f3fb 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.12", "scheb/tombstone-analyzer": "^0.3", "sebastian/phpcpd": "^3.0", "seld/jsonlint": "^1.6",