From 3ae4cc986102167441723e6e9a9d1219f4239072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 06:14:33 +0000 Subject: [PATCH] Update knplabs/github-api requirement from 3.0.0@dev to 3.1.0@dev Updates the requirements on [knplabs/github-api](https://github.com/KnpLabs/php-github-api) to permit the latest version. - [Release notes](https://github.com/KnpLabs/php-github-api/releases) - [Changelog](https://github.com/KnpLabs/php-github-api/blob/master/CHANGELOG-3.X.md) - [Commits](https://github.com/KnpLabs/php-github-api/compare/v3.0.0...v3.1.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5908d5db..28b98924 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "symfony/process": "^5.2", "symfony/yaml": "^5.2", "yiisoft/arrays": "^1.0", - "knplabs/github-api": "3.0.0@dev", + "knplabs/github-api": "3.1.0@dev", "php-http/guzzle7-adapter": "^1.0", "nyholm/psr7": "^1.4.0" },