beberlei / composer-monorepo-plugin

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

Recognize symlinked components #68

Open kalkin opened 3 years ago

kalkin commented 3 years ago

I have a multi language repo which looks like this:

- /foo
  - monorepo.json
- /php
  - composer.json
  - lib1
    - monorepo.json 
  - app1
    - monorepo.json
  - app2
     - monorepo.json
   - symlink-foo

I'm currently migrating project /foo to PHP, but it's placement in tree may not be changed, so I need to symlink it to the PHP directory. The composer-monorepo-plugin root needs to be /php.