| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_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#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "b99b19e06468897e8bb6298a32e18cf1",
- "packages": [
- {
- "name": "catfan/medoo",
- "version": "v1.7.10",
- "source": {
- "type": "git",
- "url": "https://github.com/catfan/Medoo.git",
- "reference": "2d675f73e23f63bbaeb9a8aa33318659a3d3c32f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/catfan/Medoo/zipball/2d675f73e23f63bbaeb9a8aa33318659a3d3c32f",
- "reference": "2d675f73e23f63bbaeb9a8aa33318659a3d3c32f",
- "shasum": ""
- },
- "require": {
- "ext-pdo": "*",
- "php": ">=5.4"
- },
- "suggest": {
- "ext-pdo_dblib": "For MSSQL or Sybase database on Linux/UNIX platform",
- "ext-pdo_mysql": "For MySQL or MariaDB database",
- "ext-pdo_oci": "For Oracle database",
- "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 on both Window/Liunx platform"
- },
- "type": "framework",
- "autoload": {
- "psr-4": {
- "Medoo\\": "/src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Angel Lai",
- "email": "angel@catfan.me"
- }
- ],
- "description": "The lightweight PHP database framework to accelerate development",
- "homepage": "https://medoo.in",
- "keywords": [
- "database",
- "database library",
- "lightweight",
- "mariadb",
- "mssql",
- "mysql",
- "oracle",
- "php framework",
- "postgresql",
- "sql",
- "sqlite"
- ],
- "time": "2020-02-11T08:20:42+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|