composer update spryker/acl -- It will work ?
# docker
h
composer update spryker/acl -- It will work ?
a
docker/sdk cli composer update spryker/acl
at once or
docker/sdk cli
and then any command inside cli container.
🙌 1
h
Working but got this error, not found the exact file store.php. and some packages required fund,what you think
a
Something is wrong with your configuration, as it's said:
missing setup fro store DE
. ¯\_(ツ)_/¯
h
We are using only EN lang
w
APPLICATION_STORE=EN docker/sdk cli composer update spryker/acl
Alternative is to adapt
config/Shared/default_store.php
to return
EN
or adapt your deploy file to set
SPRYKER_DEFAULT_STORE: "EN"
(which will restarting your containers or even rebuilding them)
🙌 1
h
seems all configuration fine but it, looking for DE store
and also i am not found Store.php line no 182 so we can handle it