diff --git a/www/composer.json b/www/composer.json new file mode 100644 index 0000000..0e7a9e9 --- /dev/null +++ b/www/composer.json @@ -0,0 +1,17 @@ +{ + "name": "netsyms/business-accelerator-login-cache", + "description": "Local cache for Business Apps login credentials", + "require": { + "catfan/medoo": "^1.5", + "spomky-labs/otphp": "^9.1", + "christian-riesen/base32": "^1.3", + "guzzlehttp/guzzle": "^6.3" + }, + "license": "MPL-2.0", + "authors": [ + { + "name": "Skylar Ittner", + "email": "admin@netsyms.com" + } + ] +}