From e6d0f99018b59437d5664389231a76fbe67f6e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 18:13:25 +0000 Subject: [PATCH] Bump mediawiki/oauthclient from 2.0.0 to 2.2.0 Bumps [mediawiki/oauthclient](https://github.com/wikimedia/mediawiki-oauthclient-php) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/wikimedia/mediawiki-oauthclient-php/releases) - [Changelog](https://github.com/wikimedia/mediawiki-oauthclient-php/blob/master/CHANGELOG.md) - [Commits](https://github.com/wikimedia/mediawiki-oauthclient-php/compare/2.0.0...2.2.0) --- updated-dependencies: - dependency-name: mediawiki/oauthclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index fde163c24..84b0536a5 100644 --- a/composer.lock +++ b/composer.lock @@ -552,30 +552,30 @@ }, { "name": "mediawiki/oauthclient", - "version": "2.0.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-oauthclient-php.git", - "reference": "77db605711071ad1ef6afc0860216a53ef8a99b2" + "reference": "ab3a00e6cd77c62e5f50f82e1d11c4f05a98c7dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wikimedia/mediawiki-oauthclient-php/zipball/77db605711071ad1ef6afc0860216a53ef8a99b2", - "reference": "77db605711071ad1ef6afc0860216a53ef8a99b2", + "url": "https://api.github.com/repos/wikimedia/mediawiki-oauthclient-php/zipball/ab3a00e6cd77c62e5f50f82e1d11c4f05a98c7dc", + "reference": "ab3a00e6cd77c62e5f50f82e1d11c4f05a98c7dc", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "php": ">=7.4", - "psr/log": "^1.0" + "psr/log": "^1.0||^2.0||^3.0" }, "require-dev": { - "mediawiki/mediawiki-codesniffer": "41.0.0", - "mediawiki/minus-x": "1.1.1", + "mediawiki/mediawiki-codesniffer": "43.0.0", + "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", - "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpunit/phpunit": "9.5.28" + "php-parallel-lint/php-parallel-lint": "1.4.0", + "phpunit/phpunit": "9.6.16" }, "type": "library", "autoload": { @@ -603,7 +603,12 @@ ], "description": "PHP OAuth client for use with Wikipedia and other MediaWiki-based wikis running the OAuth extension", "homepage": "https://www.mediawiki.org/wiki/oauthclient-php", - "time": "2023-03-30T19:44:06+00:00" + "support": { + "docs": "https://www.mediawiki.org/wiki/oauthclient-php", + "issues": "https://phabricator.wikimedia.org/tag/oauth/", + "source": "https://github.com/wikimedia/oauthclient-php/" + }, + "time": "2024-07-19T13:42:24+00:00" }, { "name": "nette/schema",