Skip to content

Commit

Permalink
Boilerplate вынесен в отдельный пакет
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Jul 15, 2021
1 parent 3f38499 commit 93c51c4
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 589 deletions.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
}
],

"repositories": [
{
"type": "git",
"url": "https://github.com/proklung/bitrix.containerable.boilerplate"
}
],

"support": {
"issues": "https://github.com/ProklUng/bitrix.redis.module/issues",
"source": "https://github.com/ProklUng/bitrix.redis.module"
Expand All @@ -40,7 +47,8 @@
"queue-interop/queue-interop": "^0.8",
"enqueue/enqueue": "^0.10",
"enqueue/null": "^0.10",
"ext-json": "*"
"ext-json": "*",
"proklung/bitrix-containerable-boilerplate": "^1.0"
},
"require-dev": {
"icanhazstring/composer-unused": "^0.7.5"
Expand Down
2 changes: 1 addition & 1 deletion install/bin/enqueue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Bitrix\Main\DB\ConnectionException;
use Bitrix\Main\Loader;
use Proklung\Redis\CLI\CommandsSetup;
use Proklung\Redis\CLI\ConsoleCommandConfigurator;
use ProklUng\ContainerBoilerplate\CLI\ConsoleCommandConfigurator;
use Proklung\Redis\DI\Services;
use Symfony\Component\Console\Application;

Expand Down
4 changes: 2 additions & 2 deletions install/version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$arModuleVersion = [
'VERSION' => '1.0.1',
'VERSION_DATE' => '2021-07-14'
'VERSION' => '1.1.0',
'VERSION_DATE' => '2021-07-15'
];
92 changes: 0 additions & 92 deletions lib/CLI/ConsoleCommandConfigurator.php

This file was deleted.

Loading

0 comments on commit 93c51c4

Please sign in to comment.