{ "_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": "eed8a10ddf49bfbcd032c2b277b87c88", "packages": [ { "name": "elastic/openapi-codegen", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/elastic/openapi-codegen-php.git", "reference": "b6279e709f92ff466564c0ecefb87b82fd266cae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/elastic/openapi-codegen-php/zipball/b6279e709f92ff466564c0ecefb87b82fd266cae", "reference": "b6279e709f92ff466564c0ecefb87b82fd266cae", "shasum": "" }, "require": { "guzzlehttp/ringphp": "^1.0", "php": "^5.6|^7.0", "psr/log": "^1.0." }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", "overtrue/phplint": "^1.1", "phpmd/phpmd": "^2.6", "phpunit/phpunit": "^5.6.0|^6.3.0", "squizlabs/php_codesniffer": "^3.4.0" }, "bin": [ "resources/dev/elastic-openapi-codegen.sh" ], "type": "library", "autoload": { "psr-4": { "Elastic\\OpenApi\\Codegen\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Aurélien FOUCRET", "email": "aurelien.foucret@elastic.co" } ], "description": "A base library used to create Elastic PHP clients.", "homepage": "https://github.com/elastic/openapi-codegen-php", "keywords": [ "client", "elastic", "openapi", "search" ], "time": "2019-09-09T07:29:00+00:00" }, { "name": "elastic/site-search", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/elastic/site-search-php.git", "reference": "b1ac149f24a6de8ac8ecfd4c0a77e1c4fef326dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/elastic/site-search-php/zipball/b1ac149f24a6de8ac8ecfd4c0a77e1c4fef326dd", "reference": "b1ac149f24a6de8ac8ecfd4c0a77e1c4fef326dd", "shasum": "" }, "require": { "elastic/openapi-codegen": "^1.0.2", "php": "^5.6|^7.0", "psr/log": "^1.0." }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", "overtrue/phplint": "^1.1", "phpunit/phpunit": "^5.6.0|^6.3.0", "squizlabs/php_codesniffer": "^3.4.0", "symfony/yaml": "*" }, "type": "library", "autoload": { "psr-4": { "Elastic\\SiteSearch\\Client\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Aurélien FOUCRET", "email": "aurelien.foucret@elastic.co" } ], "description": "Elastic Site Search Official PHP Client", "homepage": "https://github.com/elastic/site-search-php", "keywords": [ "client", "elastic", "php", "search" ], "time": "2019-10-17T12:17:35+00:00" }, { "name": "guzzlehttp/ringphp", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/guzzle/RingPHP.git", "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b", "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b", "shasum": "" }, "require": { "guzzlehttp/streams": "~3.0", "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": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", "time": "2018-07-31T13:22:33+00:00" }, { "name": "guzzlehttp/streams", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/streams.git", "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", "shasum": "" }, "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": "Provides a simple abstraction over streams of data", "homepage": "http://guzzlephp.org/", "keywords": [ "Guzzle", "stream" ], "time": "2014-10-12T19:18:40+00:00" }, { "name": "psr/log", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.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" ], "time": "2018-11-20T15:27:04+00:00" }, { "name": "react/promise", "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d", "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "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" ], "time": "2019-01-07T21:25:54+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }