Merge pull request #531 from jonnybarnes/dependabot/composer/indieauth/client-1.1.6

Bump indieauth/client from 1.1.5 to 1.1.6
This commit is contained in:
Jonny Barnes 2022-11-09 19:04:23 +00:00 committed by GitHub
commit 8ad225c8f6
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",
"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",