{ "_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": "7a941c6f682b3194cfb9e60d6455d254", "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" }, { "name": "easypost/easypost-php", "version": "3.4.5", "source": { "type": "git", "url": "https://github.com/EasyPost/easypost-php.git", "reference": "c1aaa1baf82c8f5b330ec4da80d084da458765a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/EasyPost/easypost-php/zipball/c1aaa1baf82c8f5b330ec4da80d084da458765a5", "reference": "c1aaa1baf82c8f5b330ec4da80d084da458765a5", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", "overtrue/phplint": "^1.2", "phpunit/phpunit": "^8" }, "type": "library", "autoload": { "psr-0": { "EasyPost": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "EasyPost Developers", "email": "oss@easypost.com", "homepage": "https://www.easypost.com" } ], "description": "EasyPost Shipping API Client Library for PHP", "homepage": "https://github.com/EasyPost/easypost-php", "keywords": [ "api", "easypost", "shipping" ], "time": "2020-05-07T20:37:59+00:00" }, { "name": "phpmailer/phpmailer", "version": "v6.0.7", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59", "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", "php": ">=5.5.0" }, "require-dev": { "doctrine/annotations": "1.2.*", "friendsofphp/php-cs-fixer": "^2.2", "phpdocumentor/phpdocumentor": "2.*", "phpunit/phpunit": "^4.8 || ^5.7", "zendframework/zend-eventmanager": "3.0.*", "zendframework/zend-i18n": "2.7.3", "zendframework/zend-serializer": "2.7.*" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "type": "library", "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "time": "2019-02-01T15:04:28+00:00" }, { "name": "stripe/stripe-php", "version": "v7.71.0", "source": { "type": "git", "url": "git@github.com:stripe/stripe-php.git", "reference": "5ebe39d814411594b1ff9d79f0598a0de7faa30b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stripe/stripe-php/zipball/5ebe39d814411594b1ff9d79f0598a0de7faa30b", "reference": "5ebe39d814411594b1ff9d79f0598a0de7faa30b", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=5.6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.17.1", "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^3.3", "symfony/process": "~3.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Stripe\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Stripe and contributors", "homepage": "https://github.com/stripe/stripe-php/contributors" } ], "description": "Stripe PHP Library", "homepage": "https://stripe.com/", "keywords": [ "api", "payment processing", "stripe" ], "time": "2021-02-05T21:29:10+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.0.0" }