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",