[ { "name": "firebase/php-jwt", "version": "v5.0.0", "version_normalized": "5.0.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": " 4.8.35" }, "time": "2017-06-27T22:17:23+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt" }, { "name": "google/auth", "version": "v1.4.0", "version_normalized": "1.4.0.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-auth-library-php.git", "reference": "196237248e636a3554a7d9e4dfddeb97f450ab5c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/196237248e636a3554a7d9e4dfddeb97f450ab5c", "reference": "196237248e636a3554a7d9e4dfddeb97f450ab5c", "shasum": "" }, "require": { "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", "guzzlehttp/guzzle": "~5.3.1|~6.0", "guzzlehttp/psr7": "^1.2", "php": ">=5.4", "psr/cache": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.11", "guzzlehttp/promises": "0.1.1|^1.3", "phpunit/phpunit": "^4.8.36|^5.7", "sebastian/comparator": ">=1.2.3" }, "time": "2018-09-17T20:29:21+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Google\\Auth\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Google Auth Library for PHP", "homepage": "http://github.com/google/google-auth-library-php", "keywords": [ "Authentication", "google", "oauth2" ] }, { "name": "google/cloud-dialogflow", "version": "v0.3.5", "version_normalized": "0.3.5.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-cloud-php-dialogflow.git", "reference": "0cc6990a75d79be1b60e5b13c5e61f95d48823a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-cloud-php-dialogflow/zipball/0cc6990a75d79be1b60e5b13c5e61f95d48823a8", "reference": "0cc6990a75d79be1b60e5b13c5e61f95d48823a8", "shasum": "" }, "require": { "google/gax": "^0.37" }, "require-dev": { "google/cloud-core": "^1.23", "phpdocumentor/reflection": "^3.0", "phpunit/phpunit": "^4.8|^5.0" }, "suggest": { "ext-grpc": "Enables use of gRPC, a universal high-performance RPC framework created by Google." }, "time": "2018-09-27T19:41:35+00:00", "type": "library", "extra": { "component": { "id": "cloud-dialogflow", "path": "Dialogflow", "entry": null, "target": "googleapis/google-cloud-php-dialogflow.git" } }, "installation-source": "dist", "autoload": { "psr-4": { "Google\\Cloud\\Dialogflow\\": "src", "GPBMetadata\\Google\\Cloud\\Dialogflow\\": "metadata" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Google Cloud Dialogflow Client for PHP" }, { "name": "google/gax", "version": "0.37.0", "version_normalized": "0.37.0.0", "source": { "type": "git", "url": "https://github.com/googleapis/gax-php.git", "reference": "2d8b9103f1be3e3ababd8a733beae705d563edf5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/gax-php/zipball/2d8b9103f1be3e3ababd8a733beae705d563edf5", "reference": "2d8b9103f1be3e3ababd8a733beae705d563edf5", "shasum": "" }, "require": { "google/auth": "^1.2.0", "google/grpc-gcp": "^0.1.0", "google/protobuf": "^3.5.1", "grpc/grpc": "^1.4", "guzzlehttp/promises": "^1.3", "guzzlehttp/psr7": "^1.2", "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.8.36", "sami/sami": "*", "squizlabs/php_codesniffer": "3.*" }, "time": "2018-08-20T19:05:50+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Google\\Api\\": "src/Api", "Google\\ApiCore\\": "src/ApiCore", "Google\\Cloud\\": "src/Cloud", "Google\\Iam\\": "src/Iam", "Google\\Jison\\": "src/Jison", "Google\\LongRunning\\": "src/LongRunning", "Google\\Rpc\\": "src/Rpc", "Google\\Type\\": "src/Type", "GPBMetadata\\Google\\": "metadata" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Google API Core for PHP", "homepage": "https://github.com/googleapis/gax-php", "keywords": [ "google" ] }, { "name": "google/grpc-gcp", "version": "0.1.2", "version_normalized": "0.1.2.0", "source": { "type": "git", "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git", "reference": "639570df7d84ccda4e3da27cd57c6fcebe1fe5da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/639570df7d84ccda4e3da27cd57c6fcebe1fe5da", "reference": "639570df7d84ccda4e3da27cd57c6fcebe1fe5da", "shasum": "" }, "require": { "google/auth": "^1.3", "google/protobuf": "^v3.3.0", "grpc/grpc": "^v1.13.0", "php": ">=5.5.0", "psr/cache": "^1.0.1" }, "require-dev": { "google/cloud-spanner": "^1.7", "phpunit/phpunit": "4.8.36" }, "time": "2018-09-06T20:31:40+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Grpc\\Gcp\\": "src/", "": "src/generated/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "gRPC GCP library for channel management" }, { "name": "google/protobuf", "version": "v3.6.1", "version_normalized": "3.6.1.0", "source": { "type": "git", "url": "https://github.com/google/protobuf.git", "reference": "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/google/protobuf/zipball/48cb18e5c419ddd23d9badcfe4e9df7bde1979b2", "reference": "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": ">=4.8.0" }, "suggest": { "ext-bcmath": "Need to support JSON deserialization" }, "time": "2018-07-27T20:30:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Google\\Protobuf\\": "php/src/Google/Protobuf", "GPBMetadata\\Google\\Protobuf\\": "php/src/GPBMetadata/Google/Protobuf" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "proto library for PHP", "homepage": "https://developers.google.com/protocol-buffers/", "keywords": [ "proto" ] }, { "name": "grpc/grpc", "version": "1.15.0", "version_normalized": "1.15.0.0", "source": { "type": "git", "url": "https://github.com/grpc/grpc-php.git", "reference": "1a7cd0dc95a68594b8a8cfbf75ff236383172e2f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/grpc/grpc-php/zipball/1a7cd0dc95a68594b8a8cfbf75ff236383172e2f", "reference": "1a7cd0dc95a68594b8a8cfbf75ff236383172e2f", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "google/auth": "^v1.3.0" }, "suggest": { "ext-protobuf": "For better performance, install the protobuf C extension.", "google/protobuf": "To get started using grpc quickly, install the native protobuf library." }, "time": "2018-09-12T21:49:56+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Grpc\\": "src/lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "gRPC library for PHP", "homepage": "https://grpc.io", "keywords": [ "rpc" ] }, { "name": "guzzlehttp/guzzle", "version": "6.3.3", "version_normalized": "6.3.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "time": "2018-04-22T15:46:56+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "6.3-dev" } }, "installation-source": "dist", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ] }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "version_normalized": "1.3.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "time": "2016-12-20T10:07:11+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "installation-source": "dist", "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" ] }, { "name": "guzzlehttp/psr7", "version": "1.4.2", "version_normalized": "1.4.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "time": "2017-03-20T17:10:46+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "installation-source": "dist", "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", "request", "response", "stream", "uri", "url" ] }, { "name": "psr/cache", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-08-06T20:24:11+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ] }, { "name": "psr/http-message", "version": "1.0.1", "version_normalized": "1.0.1.0", "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": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-08-06T14:39:51+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "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" ] }, { "name": "symfony/dotenv", "version": "v4.1.6", "version_normalized": "4.1.6.0", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", "reference": "22ca63c46e252b8a8f37b8f9e6da66bff5b3d3e7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dotenv/zipball/22ca63c46e252b8a8f37b8f9e6da66bff5b3d3e7", "reference": "22ca63c46e252b8a8f37b8f9e6da66bff5b3d3e7", "shasum": "" }, "require": { "php": "^7.1.3" }, "require-dev": { "symfony/process": "~3.4|~4.0" }, "time": "2018-07-26T11:24:31+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Dotenv\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Registers environment variables from a .env file", "homepage": "https://symfony.com", "keywords": [ "dotenv", "env", "environment" ] } ]