From fbe05ae041652a6bd54945b42b57e4e90d59308f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 16:49:08 +0000 Subject: [PATCH] Bump catfan/medoo from 1.7.3 to 1.7.5 Bumps [catfan/medoo](https://github.com/catfan/Medoo) from 1.7.3 to 1.7.5. - [Release notes](https://github.com/catfan/Medoo/releases) - [Commits](https://github.com/catfan/Medoo/compare/v1.7.3...v1.7.5) --- updated-dependencies: - dependency-name: catfan/medoo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 4437c77..8d1ca25 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "catfan/medoo", - "version": "v1.7.3", + "version": "v1.7.5", "source": { "type": "git", "url": "https://github.com/catfan/Medoo.git", - "reference": "113519d8032044a1d7b0852740e8f8d210b4dee2" + "reference": "3b28d9469fd3f6f6e9c1106ec4342111ab2b50c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/catfan/Medoo/zipball/113519d8032044a1d7b0852740e8f8d210b4dee2", - "reference": "113519d8032044a1d7b0852740e8f8d210b4dee2", + "url": "https://api.github.com/repos/catfan/Medoo/zipball/3b28d9469fd3f6f6e9c1106ec4342111ab2b50c4", + "reference": "3b28d9469fd3f6f6e9c1106ec4342111ab2b50c4", "shasum": "" }, "require": { @@ -64,7 +64,11 @@ "sql", "sqlite" ], - "time": "2019-08-14T13:47:48+00:00" + "support": { + "issues": "https://github.com/catfan/Medoo/issues", + "source": "https://github.com/catfan/Medoo" + }, + "time": "2019-10-12T13:13:11+00:00" }, { "name": "doctrine/annotations", @@ -866,5 +870,6 @@ "ext-pdo": "*", "ext-swoole": ">=4.4.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" }