|
|
@@ -1,768 +0,0 @@
|
|
|
-{
|
|
|
- "_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": "6583d2d180b23c45d6dfad28786d62bb",
|
|
|
- "packages": [
|
|
|
- {
|
|
|
- "name": "elasticsearch/elasticsearch",
|
|
|
- "version": "v7.11.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/elastic/elasticsearch-php.git",
|
|
|
- "reference": "277cd5e182827c59c23e146a836a30470c0f879d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/277cd5e182827c59c23e146a836a30470c0f879d",
|
|
|
- "reference": "277cd5e182827c59c23e146a836a30470c0f879d",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-json": ">=1.3.7",
|
|
|
- "ezimuel/ringphp": "^1.1.2",
|
|
|
- "php": "^7.1 || ^8.0",
|
|
|
- "psr/log": "~1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "cpliakas/git-wrapper": "~2.0 || ~3.0",
|
|
|
- "doctrine/inflector": "^1.3",
|
|
|
- "ext-yaml": "*",
|
|
|
- "ext-zip": "*",
|
|
|
- "mockery/mockery": "^1.2",
|
|
|
- "phpstan/phpstan": "^0.12",
|
|
|
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
|
|
|
- "squizlabs/php_codesniffer": "^3.4",
|
|
|
- "symfony/finder": "~4.0",
|
|
|
- "symfony/yaml": "~4.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-curl": "*",
|
|
|
- "monolog/monolog": "Allows for client-level logging and tracing"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/autoload.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Elasticsearch\\": "src/Elasticsearch/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Zachary Tong"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Enrico Zimuel"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Client for Elasticsearch",
|
|
|
- "keywords": [
|
|
|
- "client",
|
|
|
- "elasticsearch",
|
|
|
- "search"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/elastic/elasticsearch-php/issues",
|
|
|
- "source": "https://github.com/elastic/elasticsearch-php/tree/v7.11.0"
|
|
|
- },
|
|
|
- "time": "2021-02-11T11:04:51+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ezimuel/guzzlestreams",
|
|
|
- "version": "3.0.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ezimuel/guzzlestreams.git",
|
|
|
- "reference": "abe3791d231167f14eb80d413420d1eab91163a8"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/abe3791d231167f14eb80d413420d1eab91163a8",
|
|
|
- "reference": "abe3791d231167f14eb80d413420d1eab91163a8",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Stream\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
|
|
|
- "homepage": "http://guzzlephp.org/",
|
|
|
- "keywords": [
|
|
|
- "Guzzle",
|
|
|
- "stream"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/ezimuel/guzzlestreams/tree/3.0.1"
|
|
|
- },
|
|
|
- "time": "2020-02-14T23:11:50+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ezimuel/ringphp",
|
|
|
- "version": "1.1.2",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ezimuel/ringphp.git",
|
|
|
- "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/0b78f89d8e0bb9e380046c31adfa40347e9f663b",
|
|
|
- "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ezimuel/guzzlestreams": "^3.0.1",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "react/promise": "~2.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-curl": "*",
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-curl": "Guzzle will use specific adapters if cURL is present"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Ring\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/ezimuel/ringphp/tree/1.1.2"
|
|
|
- },
|
|
|
- "time": "2020-02-14T23:51:21+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/guzzle",
|
|
|
- "version": "7.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/guzzle.git",
|
|
|
- "reference": "414c24961042f6616fb43e23fa69a785f9fc053e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/414c24961042f6616fb43e23fa69a785f9fc053e",
|
|
|
- "reference": "414c24961042f6616fb43e23fa69a785f9fc053e",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-json": "*",
|
|
|
- "guzzlehttp/promises": "^1.0",
|
|
|
- "guzzlehttp/psr7": "^1.6.1",
|
|
|
- "php": "^7.2.5",
|
|
|
- "psr/http-client": "^1.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-client-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ergebnis/composer-normalize": "^2.0",
|
|
|
- "ext-curl": "*",
|
|
|
- "php-http/client-integration-tests": "dev-phpunit8",
|
|
|
- "phpunit/phpunit": "^8.5.5",
|
|
|
- "psr/log": "^1.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-curl": "Required for CURL handler support",
|
|
|
- "ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
- "psr/log": "Required for using the Log middleware"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "7.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Márk Sági-Kazár",
|
|
|
- "email": "mark.sagikazar@gmail.com",
|
|
|
- "homepage": "https://sagikazarmark.hu"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Guzzle is a PHP HTTP client library",
|
|
|
- "homepage": "http://guzzlephp.org/",
|
|
|
- "keywords": [
|
|
|
- "client",
|
|
|
- "curl",
|
|
|
- "framework",
|
|
|
- "http",
|
|
|
- "http client",
|
|
|
- "psr-18",
|
|
|
- "psr-7",
|
|
|
- "rest",
|
|
|
- "web service"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/guzzle/guzzle/issues",
|
|
|
- "source": "https://github.com/guzzle/guzzle/tree/master"
|
|
|
- },
|
|
|
- "time": "2020-06-27T08:47:54+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/promises",
|
|
|
- "version": "1.4.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/promises.git",
|
|
|
- "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
|
|
- "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.5"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.4-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Promise\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Guzzle promises library",
|
|
|
- "keywords": [
|
|
|
- "promise"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/guzzle/promises/issues",
|
|
|
- "source": "https://github.com/guzzle/promises/tree/1.4.1"
|
|
|
- },
|
|
|
- "time": "2021-03-07T09:25:29+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/psr7",
|
|
|
- "version": "1.8.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/psr7.git",
|
|
|
- "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
|
|
|
- "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.0",
|
|
|
- "psr/http-message": "~1.0",
|
|
|
- "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-message-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-zlib": "*",
|
|
|
- "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.7-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Psr7\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Schultze",
|
|
|
- "homepage": "https://github.com/Tobion"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "message",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response",
|
|
|
- "stream",
|
|
|
- "uri",
|
|
|
- "url"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/guzzle/psr7/issues",
|
|
|
- "source": "https://github.com/guzzle/psr7/tree/1.8.1"
|
|
|
- },
|
|
|
- "time": "2021-03-21T16:25:00+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpexcel/phpexcel",
|
|
|
- "version": "dev-master",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ddeboer/phpexcel.git",
|
|
|
- "reference": "656336f53bcd0d11abba40db6c9f8553d320434c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ddeboer/phpexcel/zipball/656336f53bcd0d11abba40db6c9f8553d320434c",
|
|
|
- "reference": "656336f53bcd0d11abba40db6c9f8553d320434c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">5.2.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "PHPExcel": "Classes"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "GNU"
|
|
|
- ],
|
|
|
- "description": "DEPRECATED! Use phpoffice/phpexcel instead.",
|
|
|
- "homepage": "http://phpexcel.codeplex.com",
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/ddeboer/phpexcel/tree/master"
|
|
|
- },
|
|
|
- "abandoned": "phpoffice/phpexcel",
|
|
|
- "time": "2014-02-06T05:54:09+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-client",
|
|
|
- "version": "1.0.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-client.git",
|
|
|
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.0 || ^8.0",
|
|
|
- "psr/http-message": "^1.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Client\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for HTTP clients",
|
|
|
- "homepage": "https://github.com/php-fig/http-client",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "http-client",
|
|
|
- "psr",
|
|
|
- "psr-18"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/http-client/tree/master"
|
|
|
- },
|
|
|
- "time": "2020-06-29T06:28:15+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-message",
|
|
|
- "version": "1.0.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-message.git",
|
|
|
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Message\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for HTTP messages",
|
|
|
- "homepage": "https://github.com/php-fig/http-message",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "http-message",
|
|
|
- "psr",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/http-message/tree/master"
|
|
|
- },
|
|
|
- "time": "2016-08-06T14:39:51+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/log",
|
|
|
- "version": "1.1.3",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/log.git",
|
|
|
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
|
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Log\\": "Psr/Log/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for logging libraries",
|
|
|
- "homepage": "https://github.com/php-fig/log",
|
|
|
- "keywords": [
|
|
|
- "log",
|
|
|
- "psr",
|
|
|
- "psr-3"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/log/tree/1.1.3"
|
|
|
- },
|
|
|
- "time": "2020-03-23T09:12:05+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ralouphie/getallheaders",
|
|
|
- "version": "3.0.3",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "php-coveralls/php-coveralls": "^2.1",
|
|
|
- "phpunit/phpunit": "^5 || ^6.5"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/getallheaders.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Ralph Khattar",
|
|
|
- "email": "ralph.khattar@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A polyfill for getallheaders.",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
- "source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
- },
|
|
|
- "time": "2019-03-08T08:55:37+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "react/promise",
|
|
|
- "version": "v2.8.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/reactphp/promise.git",
|
|
|
- "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
|
|
|
- "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "React\\Promise\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jan Sorgalla",
|
|
|
- "email": "jsorgalla@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
|
- "keywords": [
|
|
|
- "promise",
|
|
|
- "promises"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/reactphp/promise/issues",
|
|
|
- "source": "https://github.com/reactphp/promise/tree/v2.8.0"
|
|
|
- },
|
|
|
- "time": "2020-05-12T15:16:56+00:00"
|
|
|
- }
|
|
|
- ],
|
|
|
- "packages-dev": [],
|
|
|
- "aliases": [],
|
|
|
- "minimum-stability": "stable",
|
|
|
- "stability-flags": {
|
|
|
- "phpexcel/phpexcel": 20
|
|
|
- },
|
|
|
- "prefer-stable": false,
|
|
|
- "prefer-lowest": false,
|
|
|
- "platform": [],
|
|
|
- "platform-dev": [],
|
|
|
- "plugin-api-version": "2.0.0"
|
|
|
-}
|