beberlei / composer-monorepo-plugin

Integrates Composer into monolithic repositories with many packages.
MIT License
305 stars 41 forks source link

Make Vendor Directory Path Dynamic #82

Open miladatemesa opened 11 months ago

miladatemesa commented 11 months ago

This pull request addresses an issue where the vendor directory path is currently hardcoded in the package. As per Composer's flexibility, the vendor-dir can be configured in the root composer.json file. This change allows the package to respect this configuration by dynamically setting the vendor folder path, enhancing its compatibility and configurability.