File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -222,3 +222,10 @@ mklink "upload" "../../upload" /j
222222` ` `
223223
224224Далее необходимо настроить веб-сервер для работы с новым сайтом.
225+
226+ # # Прочее
227+
228+ - Пришлось залочить пакет ` psr/container` на версию 1.0. Без этого ставился 1.1.1 (по запросу Symfony DI)
229+ и конструкция падала из-за несоответствия интерфейсов.
230+
231+ Последствия: DI компонент пока версии 5.2, а не актуальной 5.3.
Original file line number Diff line number Diff line change 6565
6666 "require" : {
6767 "proklung/bitrix-core-symfony" : " ^1.2.1" ,
68- "psr/container" : " 1.0" ,
68+ "psr/container" : " 1.0.* " ,
6969 "proklung/core-framework-extension-bundle" : " ^1.1" ,
7070 "proklung/core-argument-resolvers-bundle" : " ^1.0" ,
7171 "proklung/container-locator-bundle" : " ^1.0" ,
127127 "proklung/url-signer-bundle" : " ^1.0" ,
128128 "proklung/task-scheduler-bundle" : " ^1.0" ,
129129 "proklung/dto-mapper-bundle" : " ^1.0"
130-
131130 },
132131 "require-dev" : {
133132 "proklung/phpunit-testing-tools" : " ^1.4" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ bitrix-fixture-generator:
33 ignore_errors : true
44
55 # Пути к фикстурам.
6- bitrix_database_bundle_fixture_path :
6+ fixture_path :
77 - ' /local/classes/BaseFixtures/'
88
99 # Набор команд, генерирующих нужную фикстуру.
You can’t perform that action at this time.
0 commit comments