diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2017-01-05 12:39:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 12:39:17 +0100 |
commit | 383cbaf2c5a49f5fa54e635ed437d18784830afe (patch) | |
tree | b92c37792e7af48e1da36686f1d722aaffb90a06 /composer.json | |
parent | fc11ab2f290a3712b766d78fdbcd354625a35d0a (diff) | |
parent | 7a9daac56dc64ec1ddb12adece3e1a8f71778cc7 (diff) | |
download | Shaarli-383cbaf2c5a49f5fa54e635ed437d18784830afe.tar.gz Shaarli-383cbaf2c5a49f5fa54e635ed437d18784830afe.tar.zst Shaarli-383cbaf2c5a49f5fa54e635ed437d18784830afe.zip |
Merge pull request #739 from virtualtam/fix/api/jwt-signature
API: fix JWT signature verification
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index cfbde1a0..2fed0df7 100644 --- a/composer.json +++ b/composer.json | |||
@@ -24,6 +24,7 @@ | |||
24 | }, | 24 | }, |
25 | "autoload": { | 25 | "autoload": { |
26 | "psr-4": { | 26 | "psr-4": { |
27 | "Shaarli\\": "application", | ||
27 | "Shaarli\\Api\\": "application/api/", | 28 | "Shaarli\\Api\\": "application/api/", |
28 | "Shaarli\\Api\\Controllers\\": "application/api/controllers", | 29 | "Shaarli\\Api\\Controllers\\": "application/api/controllers", |
29 | "Shaarli\\Api\\Exceptions\\": "application/api/exceptions" | 30 | "Shaarli\\Api\\Exceptions\\": "application/api/exceptions" |