Add composer

This commit is contained in:
Skylar Ittner 2018-03-23 16:39:40 -06:00
parent e11c77026f
commit a8753b3272

17
www/composer.json Normal file
View File

@ -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"
}
]
}