Skip to content

Commit 93c51c4

Browse files
committed
Boilerplate вынесен в отдельный пакет
1 parent 3f38499 commit 93c51c4

File tree

9 files changed

+14
-589
lines changed

9 files changed

+14
-589
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
}
1818
],
1919

20+
"repositories": [
21+
{
22+
"type": "git",
23+
"url": "https://github.com/proklung/bitrix.containerable.boilerplate"
24+
}
25+
],
26+
2027
"support": {
2128
"issues": "https://github.com/ProklUng/bitrix.redis.module/issues",
2229
"source": "https://github.com/ProklUng/bitrix.redis.module"
@@ -40,7 +47,8 @@
4047
"queue-interop/queue-interop": "^0.8",
4148
"enqueue/enqueue": "^0.10",
4249
"enqueue/null": "^0.10",
43-
"ext-json": "*"
50+
"ext-json": "*",
51+
"proklung/bitrix-containerable-boilerplate": "^1.0"
4452
},
4553
"require-dev": {
4654
"icanhazstring/composer-unused": "^0.7.5"

install/bin/enqueue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Bitrix\Main\DB\ConnectionException;
55
use Bitrix\Main\Loader;
66
use Proklung\Redis\CLI\CommandsSetup;
7-
use Proklung\Redis\CLI\ConsoleCommandConfigurator;
7+
use ProklUng\ContainerBoilerplate\CLI\ConsoleCommandConfigurator;
88
use Proklung\Redis\DI\Services;
99
use Symfony\Component\Console\Application;
1010

install/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
$arModuleVersion = [
4-
'VERSION' => '1.0.1',
5-
'VERSION_DATE' => '2021-07-14'
4+
'VERSION' => '1.1.0',
5+
'VERSION_DATE' => '2021-07-15'
66
];

lib/CLI/ConsoleCommandConfigurator.php

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)