Rework to core vendor version

This commit is contained in:
2021-01-27 15:50:39 +03:00
parent cfdf82741d
commit abba27dfbd
4 changed files with 4197 additions and 2 deletions

11
composer.json Normal file
View File

@@ -0,0 +1,11 @@
{
"require": {
"horeca/admin-php-module-core": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.hrc.by/horeca/admin-php-module-core"
}
]
}