From 06dbf62c341e8726422c99740bff0a7d1ec68efe Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 28 Jan 2018 07:36:32 -0800 Subject: [PATCH] update indieauth/client --- compass/composer.lock | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/compass/composer.lock b/compass/composer.lock index a92e40b..ca32dd6 100644 --- a/compass/composer.lock +++ b/compass/composer.lock @@ -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",