From bb3babafd15075dc3fa4f91d82f0844fe6550eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 16:50:24 +0000 Subject: [PATCH] Bump catfan/medoo from 1.5.7 to 1.7.5 Bumps [catfan/medoo](https://github.com/catfan/Medoo) from 1.5.7 to 1.7.5. - [Release notes](https://github.com/catfan/Medoo/releases) - [Commits](https://github.com/catfan/Medoo/compare/v1.5.7...v1.7.5) --- updated-dependencies: - dependency-name: catfan/medoo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index d76135e..accdc18 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "catfan/medoo", - "version": "v1.5.7", + "version": "v1.7.5", "source": { "type": "git", "url": "https://github.com/catfan/Medoo.git", - "reference": "8d90cba0e8ff176028847527d0ea76fe41a06ecf" + "reference": "3b28d9469fd3f6f6e9c1106ec4342111ab2b50c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/catfan/Medoo/zipball/8d90cba0e8ff176028847527d0ea76fe41a06ecf", - "reference": "8d90cba0e8ff176028847527d0ea76fe41a06ecf", + "url": "https://api.github.com/repos/catfan/Medoo/zipball/3b28d9469fd3f6f6e9c1106ec4342111ab2b50c4", + "reference": "3b28d9469fd3f6f6e9c1106ec4342111ab2b50c4", "shasum": "" }, "require": { @@ -31,7 +31,7 @@ "ext-pdo_oci8": "For Oracle version 8 database", "ext-pdo_pqsql": "For PostgreSQL database", "ext-pdo_sqlite": "For SQLite database", - "ext-pdo_sqlsrv": "For MSSQL database" + "ext-pdo_sqlsrv": "For MSSQL database on both Window/Liunx platform" }, "type": "framework", "autoload": { @@ -49,10 +49,11 @@ "email": "angel@catfan.me" } ], - "description": "The lightest PHP database framework to accelerate development", + "description": "The lightweight PHP database framework to accelerate development", "homepage": "https://medoo.in", "keywords": [ "database", + "database library", "lightweight", "mariadb", "mssql", @@ -63,7 +64,11 @@ "sql", "sqlite" ], - "time": "2018-06-14T18:59:08+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": "container-interop/container-interop", @@ -1008,5 +1013,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" }