diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-08-30 16:13:36 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-08-30 16:13:36 -0700 |
commit | aebf3a2af37c6d9bb86d2bf1c3246a90b20484f4 (patch) | |
tree | 2b4119ff3ddad69eb613d70c4d1178b58a5844f3 /composer.json | |
parent | 9a2af20e9e8ea709d59f774b5f408a040eebfaf9 (diff) |
upgrade indieauth-client to fix #28
paths are allowed in Quill URLs now
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index a0003bd..1a61c65 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,10 @@ "slim/slim": "2.2.*", "saltybeagle/savant3": "dev-master", "j4mie/idiorm": "1.4.*", - "mf2/mf2": "0.1.*", + "mf2/mf2": "0.2.*", "indieweb/mention-client": "0.*", "indieweb/date-formatter": "0.1.*", - "indieauth/client": "0.1.3", + "indieauth/client": ">=0.1.11", "mpratt/relativetime": ">=1.0", "firebase/php-jwt": "2.*", "ruudk/twitter-oauth": "dev-master", |