You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This assumes there is a composer.json in repositories web folder.
(taken from shopware/composer-project)
The shopware version can be set in the require setting.
As well as adding requirements
"k10r/staging": "1.0.3",
"k10r/deployment": "1.2.0"
in that composer.json.
I could do a PR if that helps.
We're currently not using this setup for composer-based Shopware environments. If this works for you, feel free to create a PR with a separate deploy-shopware-composer.php augmenting the base configuration with your composer-specific tasks :-)
It may however be more suited for a fork, as we'll probably not be able to maintain that configuration.
What about using a composer based install?
I am thinking of
By using composer we could handle dependencies effectively.
What is your take on this?
cheers tom
The text was updated successfully, but these errors were encountered: