Hi, it's a question, not an issue. You are using path repositories for your modules: https://github.com/proophsoftware/fee-office/blob/master/composer.json#L38. It's great because during the development all modules are symlinked in a vendor directory. But what about building an artifact during deployment by composer archive? All symlinked modules would be gone. I mean they won't be included in a tar file. How did you handle that?
Hi, it's a question, not an issue. You are using path repositories for your modules: https://github.com/proophsoftware/fee-office/blob/master/composer.json#L38. It's great because during the development all modules are symlinked in a
vendordirectory. But what about building an artifact during deployment bycomposer archive? All symlinked modules would be gone. I mean they won't be included in a tar file. How did you handle that?