File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ DATABASE_URL=mysql://root:@localhost/sitemanager1
14
14
15
15
# Путь до лог-файла
16
16
LOG_FILE_PATH = /home/bitrix/logs/app.log
17
+
18
+ # При использовании Symfony Messanger
19
+ # MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
Original file line number Diff line number Diff line change 44
44
],
45
45
46
46
"require" : {
47
- "proklung/bitrix-core-symfony" : " ^1.2.1 " ,
47
+ "proklung/bitrix-core-symfony" : " ^1.2.3 " ,
48
48
"psr/container" : " 1.0.*" ,
49
- "proklung/core-framework-extension-bundle" : " ^1.1 " ,
49
+ "proklung/core-framework-extension-bundle" : " ^1.3 " ,
50
50
"proklung/core-argument-resolvers-bundle" : " ^1.0" ,
51
51
"arrilot/bitrix-migrations" : " ^2.6" ,
52
52
"arrilot/bitrix-models" : " dev-master" ,
89
89
"ergebnis/phpstan-rules" : " ^0.15.3" ,
90
90
"phpstan/phpstan-strict-rules" : " ^0.12.7" ,
91
91
"slam/phpstan-extensions" : " ^5.1" ,
92
- "symfony/maker-bundle" : " ^1.26 " ,
92
+ "symfony/maker-bundle" : " ^1.33 " ,
93
93
"icanhazstring/composer-unused" : " ^0.7.5"
94
94
},
95
95
"autoload" : {
Original file line number Diff line number Diff line change @@ -65,4 +65,7 @@ framework:
65
65
enabled : true
66
66
67
67
mailer :
68
+ enabled : false
69
+
70
+ messenger :
68
71
enabled : false
You can’t perform that action at this time.
0 commit comments