AccountHub/composer.json

22 lines
573 B
JSON
Raw Permalink 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": {
2020-05-11 17:22:57 -06:00
"catfan/medoo": "^1.7",
2020-05-11 17:32:51 -06:00
"guzzlehttp/guzzle": "^6.5",
2017-04-14 19:05:58 -06:00
"spomky-labs/otphp": "^8.3",
2018-04-15 20:39:35 -06:00
"endroid/qr-code": "^3.2",
2017-11-08 02:33:13 -07:00
"phpmailer/phpmailer": "^5.2",
"christian-riesen/base32": "^1.3",
"mibe/feedwriter": "^1.1"
2017-04-14 19:05:58 -06:00
},
2017-12-16 13:44:56 -07:00
"license": "MPL-2.0",
2017-04-14 19:05:58 -06:00
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}