sonatype-nexus-community / nexus-repository-composer

Composer support for the Nexus Repository Manager (work in progress!)
Eclipse Public License 1.0
215 stars 82 forks source link

Hosted repository: the dependencies are not set from the uploaded archive #26

Closed Elendev closed 6 years ago

Elendev commented 6 years ago

The issue is that my package has dependencies listed in the require part of its composer.json file. Those dependencies are not present in the plugin's generated JSON. The consequence is that I can't require my module in an other project without having to explicitly require all of its dependencies.