From 07b0b26e9847b1922386fa6d46d4cb353b5ba596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:55:10 +0000 Subject: [PATCH] Bump indieauth/client from 1.1.5 to 1.1.6 Bumps [indieauth/client](https://github.com/indieweb/indieauth-client-php) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/indieweb/indieauth-client-php/releases) - [Commits](https://github.com/indieweb/indieauth-client-php/compare/1.1.5...1.1.6) --- updated-dependencies: - dependency-name: indieauth/client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index b1965d57..6a281e71 100644 --- a/composer.lock +++ b/composer.lock @@ -1341,31 +1341,31 @@ }, { "name": "indieauth/client", - "version": "1.1.5", + "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/indieweb/indieauth-client-php.git", - "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed" + "reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2ebd8396913ae8c72438dc24f037c8e1717b66ed", - "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed", + "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/9f3f9cc71a752c371b44d40a979504ffd7026c7d", + "reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d", "shasum": "" }, "require": { "indieweb/representative-h-card": "^0.1.2", - "mf2/mf2": ">=0.3.2", - "p3k/http": ">=0.1.6", + "mf2/mf2": "^0.5", + "p3k/http": "^0.1", "php": ">5.6.0" }, "require-dev": { - "phpunit/phpunit": "4.8.*" + "yoast/phpunit-polyfills": "^1.0" }, "type": "library", "autoload": { - "psr-0": { - "IndieAuth": "src/" + "psr-4": { + "IndieAuth\\": "src/IndieAuth/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1381,7 +1381,7 @@ "description": "IndieAuth Client Library", "support": { "issues": "https://github.com/indieweb/indieauth-client-php/issues", - "source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.5" + "source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.6" }, "funding": [ { @@ -1389,7 +1389,7 @@ "type": "opencollective" } ], - "time": "2021-01-10T00:19:07+00:00" + "time": "2022-11-08T21:37:04+00:00" }, { "name": "indieweb/link-rel-parser",