Browse Source

update indieauth/client

pull/23/head
Aaron Parecki 6 years ago
parent
commit
06dbf62c34
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 8 additions and 5 deletions
  1. +8
    -5
      compass/composer.lock

+ 8
- 5
compass/composer.lock View File

@ -1492,16 +1492,16 @@
},
{
"name": "indieauth/client",
"version": "0.2.2",
"version": "0.2.4",
"source": {
"type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git",
"reference": "225ece31ddafaee3348eabdc915422c457498a84"
"reference": "2a7f8186085d06f0371a0199e103e10729782aea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/225ece31ddafaee3348eabdc915422c457498a84",
"reference": "225ece31ddafaee3348eabdc915422c457498a84",
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2a7f8186085d06f0371a0199e103e10729782aea",
"reference": "2a7f8186085d06f0371a0199e103e10729782aea",
"shasum": ""
},
"require": {
@ -1510,6 +1510,9 @@
"mf2/mf2": "~0.3",
"php": ">5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"type": "library",
"autoload": {
"psr-0": {
@ -1527,7 +1530,7 @@
}
],
"description": "IndieAuth Client Library",
"time": "2017-07-01T15:43:45+00:00"
"time": "2017-11-23T17:22:16+00:00"
},
{
"name": "indieweb/link-rel-parser",

Loading…
Cancel
Save