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

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
.idea/
temp/
core/
vendor/

View File

@@ -15,7 +15,7 @@ use Symfony\Component\Console\Output\ConsoleOutput;
|
*/
$app = require __DIR__.'/core/bootstrap/app.php';
$app = require __DIR__.'/vendor/horeca/admin-php-module-core/bootstrap/app.php';
/*
|--------------------------------------------------------------------------

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"
}
]
}

4184
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff