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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-09 18:55:10 +00:00 committed by GitHub
parent ad4a605620
commit 07b0b26e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
composer.lock generated
View file

@ -1341,31 +1341,31 @@
}, },
{ {
"name": "indieauth/client", "name": "indieauth/client",
"version": "1.1.5", "version": "1.1.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git", "url": "https://github.com/indieweb/indieauth-client-php.git",
"reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed" "reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2ebd8396913ae8c72438dc24f037c8e1717b66ed", "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/9f3f9cc71a752c371b44d40a979504ffd7026c7d",
"reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed", "reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"indieweb/representative-h-card": "^0.1.2", "indieweb/representative-h-card": "^0.1.2",
"mf2/mf2": ">=0.3.2", "mf2/mf2": "^0.5",
"p3k/http": ">=0.1.6", "p3k/http": "^0.1",
"php": ">5.6.0" "php": ">5.6.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.8.*" "yoast/phpunit-polyfills": "^1.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"IndieAuth": "src/" "IndieAuth\\": "src/IndieAuth/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1381,7 +1381,7 @@
"description": "IndieAuth Client Library", "description": "IndieAuth Client Library",
"support": { "support": {
"issues": "https://github.com/indieweb/indieauth-client-php/issues", "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": [ "funding": [
{ {
@ -1389,7 +1389,7 @@
"type": "opencollective" "type": "opencollective"
} }
], ],
"time": "2021-01-10T00:19:07+00:00" "time": "2022-11-08T21:37:04+00:00"
}, },
{ {
"name": "indieweb/link-rel-parser", "name": "indieweb/link-rel-parser",