magento / magento/catalog-storefront
Install module dependencies with git installation
Open
@mslabko is already working on this.
Since Jun 13, 2020.
Infrastructure
internal
Progress: ready for grooming
- Dominant language
- PHP
- Stars
- 7
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Some modules can declare dependencies that will not be installed in case of git installation
E.g.
https://github.com/magento/catalog-storefront/blob/api-proto/app/code/Magento/CatalogStorefrontApi/composer.json#L10
In the future, we plan to have more such dependencies.
Need to create an approach to easily install these dependencies on:
1. Jenkins builds (DevOps team already has an item in the backlog: https://jira.corp.magento.com/browse/MTS-1275)
2. Local developments
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.