From c6c82b113d9de9e7f807a4de466c671365658d63 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 10 Mar 2019 12:49:50 -0700 Subject: [PATCH] update indieauth-client now supports pkce --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3797d3d..bc9fa38 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "j4mie/idiorm": "1.4.*", "mf2/mf2": "^0.4", "indieweb/date-formatter": "0.3.*", - "indieauth/client": ">=0.4.0", + "indieauth/client": ">=0.5.0", "mpratt/relativetime": ">=1.0", "firebase/php-jwt": "2.*", "abraham/twitteroauth": "*", diff --git a/composer.lock b/composer.lock index 8ebd5a4..4bc7efd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "ba9a9e78ffbc647f0609e84b08957ee1", + "content-hash": "f16f420e819dd988b7c5eea73aa21504", "packages": [ { "name": "abraham/twitteroauth", @@ -441,16 +441,16 @@ }, { "name": "indieauth/client", - "version": "0.4.1", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/indieweb/indieauth-client-php.git", - "reference": "3e47004ccfccddc5760639f4faf9ed5ceadb460e" + "reference": "7ebd16c82eaf20343b25898b554eda50f6ee2da5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/3e47004ccfccddc5760639f4faf9ed5ceadb460e", - "reference": "3e47004ccfccddc5760639f4faf9ed5ceadb460e", + "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/7ebd16c82eaf20343b25898b554eda50f6ee2da5", + "reference": "7ebd16c82eaf20343b25898b554eda50f6ee2da5", "shasum": "" }, "require": { @@ -479,7 +479,7 @@ } ], "description": "IndieAuth Client Library", - "time": "2018-03-13T23:39:55+00:00" + "time": "2019-03-10T19:23:02+00:00" }, { "name": "indieweb/date-formatter",