diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-02-09 21:45:04 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-02-09 21:45:04 -0800 |
commit | eab1a65f63f227bae126a554e3bf93aa05c70695 (patch) | |
tree | 0cabb48f96585b3db60ffc7e21c25e3ceb0c87cd /composer.json | |
parent | 1894da9452edaf1f2b3de5a6a969d60844645a23 (diff) |
provide option for choosing the scope to request
update to "create" scope by default, but allow the user to choose "post" as a fallback. also updates indieauth/client to 0.2 for json support.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 6a6448d..7c3336c 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,9 @@ "slim/slim": "2.2.*", "saltybeagle/savant3": "dev-master", "j4mie/idiorm": "1.4.*", - "mf2/mf2": "0.2.*", - "indieweb/mention-client": "0.*", + "mf2/mf2": "0.3.*", "indieweb/date-formatter": "0.1.*", - "indieauth/client": ">=0.1.11", + "indieauth/client": ">=0.2.0", "mpratt/relativetime": ">=1.0", "firebase/php-jwt": "2.*", "abraham/twitteroauth": "*", |