選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
AccountHub/composer.json

22 行
573 B
JSON

{
"name": "netsyms/accounthub",
"description": "Single-sign-on system and dashboard for Netsyms Business Apps",
"type": "project",
"require": {
"catfan/medoo": "^1.7",
"guzzlehttp/guzzle": "^6.5",
"spomky-labs/otphp": "^8.3",
"endroid/qr-code": "^3.2",
"phpmailer/phpmailer": "^5.2",
"christian-riesen/base32": "^1.3",
"mibe/feedwriter": "^1.1"
},
"license": "MPL-2.0",
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}