Files
admin-php-module/composer.json
miroman-afk 5c3a8a464b v.2.28
2023-05-04 10:41:36 +03:00

18 lines
362 B
JSON

{
"name": "hrc-admin/hello-world",
"version": "2.28",
"require": {
"horeca/admin-php-module-core": "dev-master",
"guzzlehttp/guzzle": "^7.4",
"phpmailer/phpmailer": "^6.6",
"ext-openssl": "*",
"ext-json": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.hrc.by/horeca/admin-php-module-core"
}
]
}