1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_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",
- "This file is @generated automatically"
- ],
- "content-hash": "3d60b6d6d1ba750afa45d307e067f006",
- "packages": [
- {
- "name": "catfan/medoo",
- "version": "v1.4.4",
- "source": {
- "type": "git",
- "url": "https://github.com/catfan/Medoo.git",
- "reference": "bcabbef4d8355d52fc4d19f17463e5e816c9ef44"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/catfan/Medoo/zipball/bcabbef4d8355d52fc4d19f17463e5e816c9ef44",
- "reference": "bcabbef4d8355d52fc4d19f17463e5e816c9ef44",
- "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 Windows 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 lightest PHP database framework to accelerate development",
- "homepage": "https://medoo.in",
- "keywords": [
- "database",
- "lightweight",
- "mariadb",
- "mssql",
- "mysql",
- "oracle",
- "php framework",
- "postgresql",
- "sql",
- "sqlite"
- ],
- "time": "2017-06-02T15:25:04+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|