summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2021-07-10 14:37:29 -0700
committerAaron Parecki <aaron@parecki.com>2021-07-10 14:37:29 -0700
commit4c704ee33819f6180cad193dd92b2b2a8119f9e5 (patch)
treefa40678ef4ea3f6aea9a8219af3a023932313f69 /composer.lock
parentcac208229a7c12fc188bc4e2bf5ab214fe7422cc (diff)
update indieauth client
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock22
1 files changed, 16 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index 3b24ba1..10acaf8 100644
--- a/composer.lock
+++ b/composer.lock
@@ -358,23 +358,23 @@
},
{
"name": "indieauth/client",
- "version": "0.5.1",
+ "version": "1.1.5",
"source": {
"type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git",
- "reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c"
+ "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/5dab0728234a3b3e741cbeba2400dd257a3f950c",
- "reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c",
+ "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2ebd8396913ae8c72438dc24f037c8e1717b66ed",
+ "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed",
"shasum": ""
},
"require": {
"indieweb/representative-h-card": "^0.1.2",
"mf2/mf2": ">=0.3.2",
"p3k/http": ">=0.1.6",
- "php": ">5.3.0"
+ "php": ">5.6.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
@@ -396,7 +396,17 @@
}
],
"description": "IndieAuth Client Library",
- "time": "2019-03-12T02:33:59+00:00"
+ "support": {
+ "issues": "https://github.com/indieweb/indieauth-client-php/issues",
+ "source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.5"
+ },
+ "funding": [
+ {
+ "url": "https://opencollective.com/indieweb",
+ "type": "opencollective"
+ }
+ ],
+ "time": "2021-01-10T00:19:07+00:00"
},
{
"name": "indieweb/date-formatter",