From 6b12d4b61a70dc39f591e980287b80705f3e0bf0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2020 21:31:06 +0000 Subject: [PATCH] Build(deps): Bump knplabs/github-api from 2.3.0 to 2.14.0 Bumps [knplabs/github-api](https://github.com/KnpLabs/php-github-api) from 2.3.0 to 2.14.0. - [Release notes](https://github.com/KnpLabs/php-github-api/releases) - [Changelog](https://github.com/KnpLabs/php-github-api/blob/master/CHANGELOG.md) - [Commits](https://github.com/KnpLabs/php-github-api/compare/2.3.0...v2.14.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 146 ++++++++++++++++++++++++++------------------------ 2 files changed, 78 insertions(+), 70 deletions(-) diff --git a/composer.json b/composer.json index a1f3d1b..bb78a1b 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "^7.2", "ext-json": "*", "guzzlehttp/guzzle": "^6.5.2", - "knplabs/github-api": "^2.2.0", + "knplabs/github-api": "^2.14.0", "league/flysystem": "^1.0.63", "php-http/guzzle6-adapter": "^1.1.1", "phpdocumentor/reflection-docblock": "^4.3.4", diff --git a/composer.lock b/composer.lock index 653dc19..09d4745 100644 --- a/composer.lock +++ b/composer.lock @@ -4,32 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cc701abd0681c893b9ffa20ff041fe3a", + "content-hash": "df914aee6f9443cdee06c3bb2c04a502", "packages": [ { "name": "clue/stream-filter", - "version": "v1.3.0", + "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/clue/php-stream-filter.git", - "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785" + "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785", - "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785", + "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71", + "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71", "shasum": "" }, "require": { "php": ">=5.3" }, + "require-dev": { + "phpunit/phpunit": "^5.0 || ^4.8" + }, "type": "library", "autoload": { "psr-4": { "Clue\\StreamFilter\\": "src/" }, "files": [ - "src/functions.php" + "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -53,7 +56,7 @@ "stream_filter_append", "stream_filter_register" ], - "time": "2015-11-08T23:41:30+00:00" + "time": "2019-04-09T12:31:48+00:00" }, { "name": "guzzlehttp/guzzle", @@ -246,40 +249,39 @@ }, { "name": "knplabs/github-api", - "version": "2.3.0", + "version": "v2.14.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/php-github-api.git", - "reference": "4d4a62820d0274c477c1765303f74254cc278097" + "reference": "953c9b453d3258a97755ec3557d112f271176f74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/4d4a62820d0274c477c1765303f74254cc278097", - "reference": "4d4a62820d0274c477c1765303f74254cc278097", + "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/953c9b453d3258a97755ec3557d112f271176f74", + "reference": "953c9b453d3258a97755ec3557d112f271176f74", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0", + "php": "^7.1", "php-http/cache-plugin": "^1.4", - "php-http/client-common": "^1.3", + "php-http/client-common": "^1.6 || ^2.0", "php-http/client-implementation": "^1.0", "php-http/discovery": "^1.0", - "php-http/httplug": "^1.1", + "php-http/httplug": "^1.1 || ^2.0", "psr/cache": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "cache/array-adapter": "^0.4", "guzzlehttp/psr7": "^1.2", - "php-http/guzzle6-adapter": "^1.0", - "php-http/mock-client": "^1.0", - "phpunit/phpunit": "^4.0 || ^5.5", - "sllh/php-cs-fixer-styleci-bridge": "^1.3" + "php-http/guzzle6-adapter": "^1.0 || ^2.0", + "php-http/mock-client": "^1.2", + "phpunit/phpunit": "^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3.x-dev" + "dev-master": "2.14.x-dev" } }, "autoload": { @@ -292,14 +294,14 @@ "MIT" ], "authors": [ + { + "name": "KnpLabs Team", + "homepage": "http://knplabs.com" + }, { "name": "Thibault Duplessis", "email": "thibault.duplessis@gmail.com", "homepage": "http://ornicar.github.com" - }, - { - "name": "KnpLabs Team", - "homepage": "http://knplabs.com" } ], "description": "GitHub API v3 client", @@ -310,7 +312,7 @@ "gist", "github" ], - "time": "2017-04-18T18:51:11+00:00" + "time": "2020-04-25T20:36:03+00:00" }, { "name": "league/flysystem", @@ -398,24 +400,24 @@ }, { "name": "php-http/cache-plugin", - "version": "v1.4.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/php-http/cache-plugin.git", - "reference": "fe2730638f254934529006eb38aad8b5d427f475" + "reference": "d137d46523343297e340cef697747381b6caeb66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/fe2730638f254934529006eb38aad8b5d427f475", - "reference": "fe2730638f254934529006eb38aad8b5d427f475", + "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/d137d46523343297e340cef697747381b6caeb66", + "reference": "d137d46523343297e340cef697747381b6caeb66", "shasum": "" }, "require": { - "php": "^5.4 || ^7.0", - "php-http/client-common": "^1.1", + "php": "^7.1", + "php-http/client-common": "^1.9 || ^2.0", "php-http/message-factory": "^1.0", "psr/cache": "^1.0", - "symfony/options-resolver": "^2.6 || ^3.0" + "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0" }, "require-dev": { "henrikbjorn/phpspec-code-coverage": "^1.0", @@ -424,7 +426,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -450,32 +452,32 @@ "httplug", "plugin" ], - "time": "2017-04-05T20:09:01+00:00" + "time": "2019-12-26T16:14:58+00:00" }, { "name": "php-http/client-common", - "version": "1.5.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/php-http/client-common.git", - "reference": "154d36542eb96ee95daa504591eab78af2484baa" + "reference": "c0390ae3c8f2ae9d50901feef0127fb9e396f6b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/client-common/zipball/154d36542eb96ee95daa504591eab78af2484baa", - "reference": "154d36542eb96ee95daa504591eab78af2484baa", + "url": "https://api.github.com/repos/php-http/client-common/zipball/c0390ae3c8f2ae9d50901feef0127fb9e396f6b4", + "reference": "c0390ae3c8f2ae9d50901feef0127fb9e396f6b4", "shasum": "" }, "require": { - "php": ">=5.4", + "php": "^5.4 || ^7.0", "php-http/httplug": "^1.1", - "php-http/message": "^1.2", + "php-http/message": "^1.6", "php-http/message-factory": "^1.0", - "symfony/options-resolver": "^2.6 || ^3.0" + "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0" }, "require-dev": { - "henrikbjorn/phpspec-code-coverage": "^1.0", - "phpspec/phpspec": "^2.4" + "guzzlehttp/psr7": "^1.4", + "phpspec/phpspec": "^2.5 || ^3.4 || ^4.2" }, "suggest": { "php-http/cache-plugin": "PSR-6 Cache plugin", @@ -485,7 +487,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.10.x-dev" } }, "autoload": { @@ -511,30 +513,33 @@ "http", "httplug" ], - "time": "2017-03-30T12:50:04+00:00" + "time": "2019-11-18T08:54:36+00:00" }, { "name": "php-http/discovery", - "version": "1.2.1", + "version": "1.7.4", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0" + "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/6b33475a3239439bc7ced287d0de0bb82e04d2f0", - "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0", + "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0", + "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0" + "php": "^7.1" + }, + "conflict": { + "nyholm/psr7": "<1.0" }, "require-dev": { - "henrikbjorn/phpspec-code-coverage": "^2.0.2", - "php-http/httplug": "^1.0", + "akeneo/phpspec-skip-example-extension": "^4.0", + "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", - "phpspec/phpspec": "^2.4", + "phpspec/phpspec": "^5.1", "puli/composer-plugin": "1.0.0-beta10" }, "suggest": { @@ -544,7 +549,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -573,7 +578,7 @@ "message", "psr7" ], - "time": "2017-03-02T06:56:00+00:00" + "time": "2020-01-03T11:25:47+00:00" }, { "name": "php-http/guzzle6-adapter", @@ -693,24 +698,27 @@ }, { "name": "php-http/message", - "version": "1.5.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", - "reference": "13df8c48f40ca7925303aa336f19be4b80984f01" + "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/message/zipball/13df8c48f40ca7925303aa336f19be4b80984f01", - "reference": "13df8c48f40ca7925303aa336f19be4b80984f01", + "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c", + "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c", "shasum": "" }, "require": { - "clue/stream-filter": "^1.3", - "php": ">=5.4", + "clue/stream-filter": "^1.4", + "php": "^7.1", "php-http/message-factory": "^1.0.2", "psr/http-message": "^1.0" }, + "provide": { + "php-http/message-factory-implementation": "1.0" + }, "require-dev": { "akeneo/phpspec-skip-example-extension": "^1.0", "coduo/phpspec-data-provider-extension": "^1.0", @@ -730,7 +738,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -758,7 +766,7 @@ "message", "psr-7" ], - "time": "2017-02-14T08:58:37+00:00" + "time": "2019-08-05T06:55:08+00:00" }, { "name": "php-http/message-factory", @@ -1516,25 +1524,25 @@ }, { "name": "symfony/options-resolver", - "version": "v3.4.37", + "version": "v5.0.7", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "730ef56164ed6c9356c159e9f5ff2b84d753b9ed" + "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/730ef56164ed6c9356c159e9f5ff2b84d753b9ed", - "reference": "730ef56164ed6c9356c159e9f5ff2b84d753b9ed", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/09dccfffd24b311df7f184aa80ee7b61ad61ed8d", + "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": "^7.2.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -1566,7 +1574,7 @@ "configuration", "options" ], - "time": "2020-01-01T11:03:25+00:00" + "time": "2020-03-27T16:56:45+00:00" }, { "name": "symfony/polyfill-ctype",