Files
hestiacp/web/inc/composer.json

14 lines
302 B
JSON
Raw Normal View History

2024-03-19 22:05:27 +03:00
{
"repositories": [
{
"type": "git",
"url": "https://dev.brepo.ru/brepo/phpquoteshellarg.git"
}
],
2024-03-19 22:05:27 +03:00
"require": {
"phpmailer/phpmailer": "6.8.0",
"brepo/phpquoteshellarg": "dev-master",
2024-03-19 22:05:27 +03:00
"robthree/twofactorauth": "2.0.0"
}
}