Browse Source

update indieauth-client

pull/110/head
Aaron Parecki 5 years ago
parent
commit
3936347801
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 7 additions and 7 deletions
  1. +1
    -1
      composer.json
  2. +6
    -6
      composer.lock

+ 1
- 1
composer.json View File

@ -5,7 +5,7 @@
"j4mie/idiorm": "1.4.*", "j4mie/idiorm": "1.4.*",
"mf2/mf2": "^0.4", "mf2/mf2": "^0.4",
"indieweb/date-formatter": "0.3.*", "indieweb/date-formatter": "0.3.*",
"indieauth/client": ">=0.5.0",
"indieauth/client": ">=0.5.1",
"mpratt/relativetime": ">=1.0", "mpratt/relativetime": ">=1.0",
"firebase/php-jwt": "2.*", "firebase/php-jwt": "2.*",
"abraham/twitteroauth": "*", "abraham/twitteroauth": "*",

+ 6
- 6
composer.lock View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f16f420e819dd988b7c5eea73aa21504",
"content-hash": "2869253e9c190f261651037122249e6f",
"packages": [ "packages": [
{ {
"name": "abraham/twitteroauth", "name": "abraham/twitteroauth",
@ -441,16 +441,16 @@
}, },
{ {
"name": "indieauth/client", "name": "indieauth/client",
"version": "0.5.0",
"version": "0.5.1",
"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": "7ebd16c82eaf20343b25898b554eda50f6ee2da5"
"reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/7ebd16c82eaf20343b25898b554eda50f6ee2da5",
"reference": "7ebd16c82eaf20343b25898b554eda50f6ee2da5",
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/5dab0728234a3b3e741cbeba2400dd257a3f950c",
"reference": "5dab0728234a3b3e741cbeba2400dd257a3f950c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -479,7 +479,7 @@
} }
], ],
"description": "IndieAuth Client Library", "description": "IndieAuth Client Library",
"time": "2019-03-10T19:23:02+00:00"
"time": "2019-03-12T02:33:59+00:00"
}, },
{ {
"name": "indieweb/date-formatter", "name": "indieweb/date-formatter",

Loading…
Cancel
Save