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", "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",