Browse Source
update indieauth-client
now supports pkce
pull/110/head
Aaron Parecki
6 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
2 changed files with
7 additions and
7 deletions
-
composer.json
-
composer.lock
|
|
@ -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": "*", |
|
|
|
|
|
@ -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", |
|
|
|