From d418ff4f874784d28a2cdffa95c9a992ca9373a2 Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Thu, 6 Oct 2022 18:34:21 +0200 Subject: [PATCH] Revert "Update dependency robmorgan/phinx to ^0.13.0" (#112) --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9407e7e3..ca4829d3 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "monolog/monolog": "^2.1", "psr/link": "^1.0", "ramsey/uuid": "^4.0.1", - "robmorgan/phinx": "^0.13.0", + "robmorgan/phinx": "^0.12.3", "symfony/asset": "^5.1.2", "symfony/process": "^5.1.2", "symfony/web-link": "^5.1.2", diff --git a/composer.lock b/composer.lock index 0f6b7cdc..7f070fe9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "050f72fb48f806911a315f619bc46307", + "content-hash": "01c4bdc1b46900a7e1f4f5b7d3c01d96", "packages": [ { "name": "brick/math", @@ -3001,16 +3001,16 @@ }, { "name": "robmorgan/phinx", - "version": "0.13.0", + "version": "0.12.12", "source": { "type": "git", "url": "https://github.com/cakephp/phinx.git", - "reference": "c4d7f0506ed71a32f3131f57e4bb49fb9f5aad6c" + "reference": "9a6ce1e7fdf0fa4e602ba5875b5bc9442ccaa115" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/phinx/zipball/c4d7f0506ed71a32f3131f57e4bb49fb9f5aad6c", - "reference": "c4d7f0506ed71a32f3131f57e4bb49fb9f5aad6c", + "url": "https://api.github.com/repos/cakephp/phinx/zipball/9a6ce1e7fdf0fa4e602ba5875b5bc9442ccaa115", + "reference": "9a6ce1e7fdf0fa4e602ba5875b5bc9442ccaa115", "shasum": "" }, "require": { @@ -3081,9 +3081,9 @@ ], "support": { "issues": "https://github.com/cakephp/phinx/issues", - "source": "https://github.com/cakephp/phinx/tree/0.13.0" + "source": "https://github.com/cakephp/phinx/tree/0.12.12" }, - "time": "2022-10-03T05:04:01+00:00" + "time": "2022-07-09T18:53:51+00:00" }, { "name": "symfony/asset",