Skip to content

Commit 9341429

Browse files
committed
Причесывание
1 parent e41c7d2 commit 9341429

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ DATABASE_URL=mysql://root:@localhost/sitemanager1
1414

1515
# Путь до лог-файла
1616
LOG_FILE_PATH=/home/bitrix/logs/app.log
17+
18+
# При использовании Symfony Messanger
19+
#MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
],
4545

4646
"require": {
47-
"proklung/bitrix-core-symfony": "^1.2.1",
47+
"proklung/bitrix-core-symfony": "^1.2.3",
4848
"psr/container": "1.0.*",
49-
"proklung/core-framework-extension-bundle": "^1.1",
49+
"proklung/core-framework-extension-bundle": "^1.3",
5050
"proklung/core-argument-resolvers-bundle": "^1.0",
5151
"arrilot/bitrix-migrations": "^2.6",
5252
"arrilot/bitrix-models": "dev-master",
@@ -89,7 +89,7 @@
8989
"ergebnis/phpstan-rules": "^0.15.3",
9090
"phpstan/phpstan-strict-rules": "^0.12.7",
9191
"slam/phpstan-extensions": "^5.1",
92-
"symfony/maker-bundle": "^1.26",
92+
"symfony/maker-bundle": "^1.33",
9393
"icanhazstring/composer-unused": "^0.7.5"
9494
},
9595
"autoload": {

local/configs/packages/framework.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,7 @@ framework:
6565
enabled: true
6666

6767
mailer:
68+
enabled: false
69+
70+
messenger:
6871
enabled: false

0 commit comments

Comments
 (0)