|
|
@@ -0,0 +1,368 @@
|
|
|
+{
|
|
|
+ "_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": "5905e9ae260b85f1aa721b2323c761e0",
|
|
|
+ "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": "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/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": "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"
|
|
|
+}
|