AccountHub/composer.json

20 lines
526 B
JSON
Raw Normal View History

2017-04-14 19:05:58 -06:00
{
"name": "netsyms/business-sso",
"description": "Single-sign-on system and accounts database for Netsyms small business apps",
"type": "project",
"require": {
"catfan/medoo": "^1.2",
"spomky-labs/otphp": "^8.3",
"endroid/qrcode": "^1.9",
"ldaptools/ldaptools": "^0.24.0",
2017-06-21 21:01:02 -06:00
"guzzlehttp/guzzle": "^6.2",
"phpmailer/phpmailer": "^5.2"
2017-04-14 19:05:58 -06:00
},
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}