From 28b03871f130df255561d761db11ce9b01798acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:29:41 +0000 Subject: [PATCH] Bump robmorgan/phinx from 0.15.5 to 0.16.0 Bumps [robmorgan/phinx](https://github.com/cakephp/phinx) from 0.15.5 to 0.16.0. - [Release notes](https://github.com/cakephp/phinx/releases) - [Commits](https://github.com/cakephp/phinx/compare/0.15.5...0.16.0) --- updated-dependencies: - dependency-name: robmorgan/phinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index f42c5ec..6fcb67c 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "psr/container": "^2.0", "psr/http-message": "^1.1", "psr/log": "^3.0", - "robmorgan/phinx": "^0.15", + "robmorgan/phinx": "^0.16", "slim/http-cache": "^1.1", "slim/slim": "^4.13", "slim/twig-view": "^3.3", diff --git a/composer.lock b/composer.lock index 3bcb68b..db0d3c2 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": "575f8ec15d27c22fe185d45182b59908", + "content-hash": "71094149e9fdc6038f0483036fa2f954", "packages": [ { "name": "badges/poser", @@ -3244,16 +3244,16 @@ }, { "name": "robmorgan/phinx", - "version": "0.15.5", + "version": "0.16.0", "source": { "type": "git", "url": "https://github.com/cakephp/phinx.git", - "reference": "a81c0846256fb9131c4c06d119fbff9d01cbc198" + "reference": "e039a723e9fe33e406102ac1c3dc0a54c031152f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/phinx/zipball/a81c0846256fb9131c4c06d119fbff9d01cbc198", - "reference": "a81c0846256fb9131c4c06d119fbff9d01cbc198", + "url": "https://api.github.com/repos/cakephp/phinx/zipball/e039a723e9fe33e406102ac1c3dc0a54c031152f", + "reference": "e039a723e9fe33e406102ac1c3dc0a54c031152f", "shasum": "" }, "require": { @@ -3324,9 +3324,9 @@ ], "support": { "issues": "https://github.com/cakephp/phinx/issues", - "source": "https://github.com/cakephp/phinx/tree/0.15.5" + "source": "https://github.com/cakephp/phinx/tree/0.16.0" }, - "time": "2023-12-05T13:24:00+00:00" + "time": "2024-01-24T05:06:44+00:00" }, { "name": "slim/http-cache",