AccountHub/composer.json

21 lines
553 B
JSON
Raw Normal View History

2017-04-14 19:05:58 -06:00
{
2017-07-21 00:45:30 -06:00
"name": "netsyms/accounthub",
2017-06-24 23:42:17 -06:00
"description": "Single-sign-on system and dashboard for Netsyms Business Apps",
2017-04-14 19:05:58 -06:00
"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",
2017-11-08 02:33:13 -07:00
"phpmailer/phpmailer": "^5.2",
"christian-riesen/base32": "^1.3"
2017-04-14 19:05:58 -06:00
},
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}