Files
admin-php-module/composer.json
miroman-afk 0b5df57d08 v.2.32
Fix migration
2023-08-11 11:55:39 +03:00

19 lines
400 B
JSON

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