Accelerator/www/composer.json

18 lines
449 B
JSON
Raw Normal View History

2018-03-23 16:39:40 -06:00
{
"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"
}
]
}