diff --git a/basic/getbasic/db/composer.lock b/basic/getbasic/db/composer.lock index d081390..2a85b23 100644 --- a/basic/getbasic/db/composer.lock +++ b/basic/getbasic/db/composer.lock @@ -1,23 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "02203a04bc779002145fefc709ada457", "packages": [ { "name": "catfan/medoo", - "version": "v1.6.1", + "version": "v1.7.5", "source": { "type": "git", "url": "https://github.com/catfan/Medoo.git", - "reference": "53a02b300d673f716cb06bf0e24fd774ec53939f" + "reference": "3b28d9469fd3f6f6e9c1106ec4342111ab2b50c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/catfan/Medoo/zipball/53a02b300d673f716cb06bf0e24fd774ec53939f", - "reference": "53a02b300d673f716cb06bf0e24fd774ec53939f", + "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-12-08T20:24:23+00:00" + "support": { + "issues": "https://github.com/catfan/Medoo/issues", + "source": "https://github.com/catfan/Medoo" + }, + "time": "2019-10-12T13:13:11+00:00" } ], "packages-dev": [], @@ -73,5 +78,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" }