From ea26e3d0a6c8390fa29113b9511266cc6532b257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 01:22:05 +0000 Subject: [PATCH] Bump guzzlehttp/psr7 from 1.6.1 to 1.8.5 Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.8.5. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.8.5/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.6.1...1.8.5) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 782 ++++---------------------------------------------- 1 file changed, 61 insertions(+), 721 deletions(-) diff --git a/composer.lock b/composer.lock index e891a0a..7cd18dd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "374c8f8774e636a5d47fdfbe243f5f0b", + "content-hash": "8ac810f647188964105f55fb33c8cc78", "packages": [ { "name": "asm89/stack-cors", @@ -442,56 +442,6 @@ ], "time": "2020-06-23T01:36:47+00:00" }, - { - "name": "firebase/php-jwt", - "version": "v5.2.0", - "source": { - "type": "git", - "url": "https://github.com/firebase/php-jwt.git", - "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb", - "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": ">=4.8 <=9" - }, - "type": "library", - "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", - "keywords": [ - "jwt", - "php" - ], - "time": "2020-03-25T18:49:23+00:00" - }, { "name": "fruitcake/laravel-cors", "version": "v1.0.6", @@ -560,381 +510,6 @@ ], "time": "2020-04-28T08:47:37+00:00" }, - { - "name": "google/auth", - "version": "v1.9.0", - "source": { - "type": "git", - "url": "https://github.com/googleapis/google-auth-library-php.git", - "reference": "af4abf63988b8c74f589bee1e69ba310d3e43c6c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/af4abf63988b8c74f589bee1e69ba310d3e43c6c", - "reference": "af4abf63988b8c74f589bee1e69ba310d3e43c6c", - "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": { - "guzzlehttp/promises": "0.1.1|^1.3", - "kelvinmo/simplejwt": "^0.2.5", - "phpseclib/phpseclib": "^2", - "phpunit/phpunit": "^4.8.36|^5.7", - "sebastian/comparator": ">=1.2.3", - "squizlabs/php_codesniffer": "^3.5" - }, - "suggest": { - "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." - }, - "type": "library", - "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" - ], - "time": "2020-05-18T17:02:59+00:00" - }, - { - "name": "google/cloud-core", - "version": "v1.37.1", - "source": { - "type": "git", - "url": "https://github.com/googleapis/google-cloud-php-core.git", - "reference": "4004da54c100aa93ff904bac62baefc07ddac8d5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/4004da54c100aa93ff904bac62baefc07ddac8d5", - "reference": "4004da54c100aa93ff904bac62baefc07ddac8d5", - "shasum": "" - }, - "require": { - "google/auth": "^1.6", - "guzzlehttp/guzzle": "^5.3|^6.0", - "guzzlehttp/promises": "^1.3", - "guzzlehttp/psr7": "^1.2", - "monolog/monolog": "^1.1|^2.0", - "php": ">=5.5", - "psr/http-message": "1.0.*", - "rize/uri-template": "~0.3" - }, - "require-dev": { - "erusev/parsedown": "^1.6", - "google/common-protos": "^1.0", - "google/gax": "^1.1", - "opis/closure": "^3", - "phpdocumentor/reflection": "^3.0", - "phpunit/phpunit": "^4.8|^5.0", - "squizlabs/php_codesniffer": "2.*" - }, - "suggest": { - "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", - "symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9" - }, - "bin": [ - "bin/google-cloud-batch" - ], - "type": "library", - "extra": { - "component": { - "id": "cloud-core", - "target": "googleapis/google-cloud-php-core.git", - "path": "Core", - "entry": "src/ServiceBuilder.php" - } - }, - "autoload": { - "psr-4": { - "Google\\Cloud\\Core\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.", - "time": "2020-06-08T18:49:53+00:00" - }, - { - "name": "google/cloud-translate", - "version": "v1.7.4", - "source": { - "type": "git", - "url": "https://github.com/googleapis/google-cloud-php-translate.git", - "reference": "e72cec22594bcf0e90dcac15afd7c2172285da44" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-cloud-php-translate/zipball/e72cec22594bcf0e90dcac15afd7c2172285da44", - "reference": "e72cec22594bcf0e90dcac15afd7c2172285da44", - "shasum": "" - }, - "require": { - "google/cloud-core": "^1.35", - "google/gax": "^1.1" - }, - "require-dev": { - "erusev/parsedown": "^1.6", - "phpdocumentor/reflection": "^3.0", - "phpunit/phpunit": "^4.8|^5.0", - "squizlabs/php_codesniffer": "2.*" - }, - "suggest": { - "ext-grpc": "The gRPC extension enables use of the performant gRPC transport", - "ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions." - }, - "type": "library", - "extra": { - "component": { - "id": "cloud-translate", - "target": "googleapis/google-cloud-php-translate.git", - "path": "Translate", - "entry": "src/TranslateClient.php" - } - }, - "autoload": { - "psr-4": { - "Google\\Cloud\\Translate\\": "src", - "GPBMetadata\\Google\\Cloud\\Translate\\": "metadata" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "description": "Cloud Translation Client for PHP", - "time": "2020-06-08T18:49:53+00:00" - }, - { - "name": "google/common-protos", - "version": "1.2", - "source": { - "type": "git", - "url": "https://github.com/googleapis/common-protos-php.git", - "reference": "e730d3567c8bfd94e06b538aa291270269ee3896" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/e730d3567c8bfd94e06b538aa291270269ee3896", - "reference": "e730d3567c8bfd94e06b538aa291270269ee3896", - "shasum": "" - }, - "require": { - "google/protobuf": "^3.6.1" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36", - "sami/sami": "*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Google\\": "src", - "GPBMetadata\\Google\\": "metadata" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "description": "Google API Common Protos for PHP", - "homepage": "https://github.com/googleapis/common-protos-php", - "keywords": [ - "google" - ], - "time": "2020-02-11T20:39:50+00:00" - }, - { - "name": "google/gax", - "version": "1.3.1", - "source": { - "type": "git", - "url": "https://github.com/googleapis/gax-php.git", - "reference": "6aea9c90c32aed665d4bbf4b3b681e31ef564811" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/googleapis/gax-php/zipball/6aea9c90c32aed665d4bbf4b3b681e31ef564811", - "reference": "6aea9c90c32aed665d4bbf4b3b681e31ef564811", - "shasum": "" - }, - "require": { - "google/auth": "^1.2.0", - "google/common-protos": "^1.0", - "google/grpc-gcp": "^0.1.0", - "google/protobuf": "^3.7.1", - "grpc/grpc": "^1.13", - "guzzlehttp/promises": "^1.3", - "guzzlehttp/psr7": "^1.2", - "php": ">=5.5" - }, - "conflict": { - "ext-protobuf": "<3.7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36", - "sami/sami": "*", - "squizlabs/php_codesniffer": "3.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Google\\ApiCore\\": "src", - "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" - ], - "time": "2020-06-08T19:53:28+00:00" - }, - { - "name": "google/grpc-gcp", - "version": "0.1.5", - "source": { - "type": "git", - "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git", - "reference": "bb9bdbf62f6ae4e73d5209d85b1d0a0b9855ff36" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/bb9bdbf62f6ae4e73d5209d85b1d0a0b9855ff36", - "reference": "bb9bdbf62f6ae4e73d5209d85b1d0a0b9855ff36", - "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" - }, - "type": "library", - "autoload": { - "psr-4": { - "Grpc\\Gcp\\": "src/" - }, - "classmap": [ - "src/generated/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "description": "gRPC GCP library for channel management", - "time": "2020-05-26T17:21:09+00:00" - }, - { - "name": "google/protobuf", - "version": "v3.12.2", - "source": { - "type": "git", - "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "571f9a4ba39826a18611ae568d97b6007954c070" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/571f9a4ba39826a18611ae568d97b6007954c070", - "reference": "571f9a4ba39826a18611ae568d97b6007954c070", - "shasum": "" - }, - "require": { - "php": ">=5.5.0" - }, - "require-dev": { - "phpunit/phpunit": ">=4.8.0" - }, - "suggest": { - "ext-bcmath": "Need to support JSON deserialization" - }, - "type": "library", - "autoload": { - "psr-4": { - "Google\\Protobuf\\": "src/Google/Protobuf", - "GPBMetadata\\Google\\Protobuf\\": "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" - ], - "time": "2020-05-27T17:57:58+00:00" - }, - { - "name": "grpc/grpc", - "version": "1.30.0", - "source": { - "type": "git", - "url": "https://github.com/grpc/grpc-php.git", - "reference": "31952d18884d91c674b73f8b4da831f708706f20" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/grpc/grpc-php/zipball/31952d18884d91c674b73f8b4da831f708706f20", - "reference": "31952d18884d91c674b73f8b4da831f708706f20", - "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." - }, - "type": "library", - "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" - ], - "time": "2020-06-23T01:49:02+00:00" - }, { "name": "guzzlehttp/guzzle", "version": "6.5.5", @@ -1055,16 +630,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.6.1", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a" + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", "shasum": "" }, "require": { @@ -1077,37 +652,58 @@ }, "require-dev": { "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.7-dev" } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -1122,7 +718,25 @@ "uri", "url" ], - "time": "2019-07-01T23:21:34+00:00" + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.8.5" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-03-20T21:51:18+00:00" }, { "name": "laravel/framework", @@ -1949,52 +1563,6 @@ ], "time": "2020-06-07T10:40:07+00:00" }, - { - "name": "psr/cache", - "version": "1.0.1", - "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" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "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" - ], - "time": "2016-08-06T20:24:11+00:00" - }, { "name": "psr/container", "version": "1.0.0", @@ -2138,6 +1706,9 @@ "request", "response" ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, "time": "2016-08-06T14:39:51+00:00" }, { @@ -2345,6 +1916,10 @@ } ], "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" }, { @@ -2489,50 +2064,6 @@ ], "time": "2020-03-29T20:13:32+00:00" }, - { - "name": "rize/uri-template", - "version": "0.3.2", - "source": { - "type": "git", - "url": "https://github.com/rize/UriTemplate.git", - "reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/rize/UriTemplate/zipball/9e5fdd5c47147aa5adf7f760002ee591ed37b9ca", - "reference": "9e5fdd5c47147aa5adf7f760002ee591ed37b9ca", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Rize\\UriTemplate": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marut K", - "homepage": "http://twitter.com/rezigned" - } - ], - "description": "PHP URI Template (RFC 6570) supports both expansion & extraction", - "keywords": [ - "RFC 6570", - "template", - "uri" - ], - "time": "2017-06-14T03:57:53+00:00" - }, { "name": "snowfire/beautymail", "version": "v1.1.2", @@ -2651,55 +2182,6 @@ ], "time": "2020-05-20T00:31:29+00:00" }, - { - "name": "stichoza/google-translate-php", - "version": "v4.1.0", - "source": { - "type": "git", - "url": "https://github.com/Stichoza/google-translate-php.git", - "reference": "f5b8be4f573d53a52190651de27f16c679d84990" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Stichoza/google-translate-php/zipball/f5b8be4f573d53a52190651de27f16c679d84990", - "reference": "f5b8be4f573d53a52190651de27f16c679d84990", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-mbstring": "*", - "guzzlehttp/guzzle": "~6.0", - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Stichoza\\GoogleTranslate\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Levan Velijanashvili", - "email": "me@stichoza.com" - } - ], - "description": "Free Google Translate API PHP Package", - "homepage": "http://github.com/Stichoza/google-translate-php", - "keywords": [ - "google", - "php", - "translate", - "translator" - ], - "time": "2020-02-11T01:34:51+00:00" - }, { "name": "swiftmailer/swiftmailer", "version": "v6.2.3", @@ -4435,57 +3917,6 @@ ], "time": "2020-05-30T20:35:19+00:00" }, - { - "name": "tanmuhittin/laravel-google-translate", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/tanmuhittin/laravel-google-translate.git", - "reference": "6ee4038e40fd1150641f544091e2841ecb445f18" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tanmuhittin/laravel-google-translate/zipball/6ee4038e40fd1150641f544091e2841ecb445f18", - "reference": "6ee4038e40fd1150641f544091e2841ecb445f18", - "shasum": "" - }, - "require": { - "ext-json": "*", - "google/cloud-translate": "^1.7.4", - "illuminate/console": ">=5.1", - "illuminate/support": "^5.5|^6|^7", - "illuminate/translation": "^5.5|^6|^7", - "php": ">=7.0.0", - "stichoza/google-translate-php": "^4.0", - "yandex/translate-api": "^1.5.2" - }, - "require-dev": { - "orchestra/testbench": "5.x-dev", - "phpunit/phpunit": "^8.3" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Tanmuhittin\\LaravelGoogleTranslate\\LaravelGoogleTranslateServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Tanmuhittin\\LaravelGoogleTranslate\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "authors": [ - { - "name": "Muhittin Tan", - "email": "tanmuhittin@gmail.com" - } - ], - "description": "Translate translation files to other languages using google translate api", - "time": "2020-06-26T13:58:11+00:00" - }, { "name": "tijsverkoyen/css-to-inline-styles", "version": "2.2.2", @@ -4535,61 +3966,6 @@ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "time": "2019-10-24T08:53:34+00:00" }, - { - "name": "vish4395/laravel-translation-manager", - "version": "v0.5.8.1", - "source": { - "type": "git", - "url": "https://github.com/vish4395/laravel-translation-manager.git", - "reference": "3a96564f8e470b4bd52c5128e941a0a66e2f69fd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/vish4395/laravel-translation-manager/zipball/3a96564f8e470b4bd52c5128e941a0a66e2f69fd", - "reference": "3a96564f8e470b4bd52c5128e941a0a66e2f69fd", - "shasum": "" - }, - "require": { - "illuminate/support": "^5.5|^6|^7", - "illuminate/translation": "^5.5|^6|^7", - "php": ">=7", - "symfony/finder": "^3|^4|^5", - "tanmuhittin/laravel-google-translate": "^2.0.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.5-dev" - }, - "laravel": { - "providers": [ - "Barryvdh\\TranslationManager\\ManagerServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Barryvdh\\TranslationManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Barry vd. Heuvel", - "email": "barryvdh@gmail.com" - } - ], - "description": "Manage Laravel Translations", - "keywords": [ - "laravel", - "translations", - "translator" - ], - "time": "2020-06-30T12:31:55+00:00" - }, { "name": "vlucas/phpdotenv", "version": "v4.1.7", @@ -4772,43 +4148,6 @@ "laravel" ], "time": "2020-06-17T03:08:37+00:00" - }, - { - "name": "yandex/translate-api", - "version": "1.5.2", - "source": { - "type": "git", - "url": "https://github.com/yandex-php/translate-api.git", - "reference": "c99e69cde3e688fc0f99c4d8a21585226a8e1938" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/yandex-php/translate-api/zipball/c99e69cde3e688fc0f99c4d8a21585226a8e1938", - "reference": "c99e69cde3e688fc0f99c4d8a21585226a8e1938", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": ">=5.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Yandex\\Translate\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nikita Gusakov", - "email": "dev@nkt.me" - } - ], - "description": "Client for Yandex.Translate API", - "time": "2015-07-27T15:00:45+00:00" } ], "packages-dev": [ @@ -6808,5 +6147,6 @@ "platform": { "php": "^7.2.5" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }