From 9bba4d02ff4c0824d5a5cc010ad05f2d6228a87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:12:28 +0000 Subject: [PATCH] chore(deps): bump knplabs/github-api from 3.16.0 to 3.16.1 Bumps [knplabs/github-api](https://github.com/KnpLabs/php-github-api) from 3.16.0 to 3.16.1. - [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.16.0...v3.16.1) --- updated-dependencies: - dependency-name: knplabs/github-api dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 31fe4fa..3538ef4 100644 --- a/composer.lock +++ b/composer.lock @@ -684,16 +684,16 @@ }, { "name": "knplabs/github-api", - "version": "v3.16.0", + "version": "v3.16.1", "source": { "type": "git", "url": "https://github.com/KnpLabs/php-github-api.git", - "reference": "25d7bafd6b0dd088d4850aef7fcc74dc4fba8b28" + "reference": "5c4f31019c8fdbf5e678201c09c54dd360eee42f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/25d7bafd6b0dd088d4850aef7fcc74dc4fba8b28", - "reference": "25d7bafd6b0dd088d4850aef7fcc74dc4fba8b28", + "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/5c4f31019c8fdbf5e678201c09c54dd360eee42f", + "reference": "5c4f31019c8fdbf5e678201c09c54dd360eee42f", "shasum": "" }, "require": { @@ -727,7 +727,7 @@ "extra": { "branch-alias": { "dev-2.x": "2.20.x-dev", - "dev-master": "3.15-dev" + "dev-master": "3.16-dev" } }, "autoload": { @@ -760,7 +760,7 @@ ], "support": { "issues": "https://github.com/KnpLabs/php-github-api/issues", - "source": "https://github.com/KnpLabs/php-github-api/tree/v3.16.0" + "source": "https://github.com/KnpLabs/php-github-api/tree/v3.16.1" }, "funding": [ { @@ -768,7 +768,7 @@ "type": "github" } ], - "time": "2024-11-07T19:35:30+00:00" + "time": "2026-08-18T07:59:04+00:00" }, { "name": "laminas/laminas-escaper",