This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 231393

Summary: Add a way to manage Project dependencies through Composer
Product: php Reporter: gena01
Component: ComposerAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description gena01 2013-06-17 20:28:51 UTC
Would be nice to have a new option in Project Properties to setup/manage Composer dependencies.

One optional feature is to enable/disable Composer support for the project.

If it's enabled Netbeans should parse composer.json file and provide a UI to see/manage/update the dependencies. If I already have composer.json file I should be able to either have Netbeans find it or configure it somehow.

I would love to see which packages are currently used/installed by the Project.
Comment 1 Tomas Mysik 2013-06-18 07:20:37 UTC
One can add Composer dependencies even now but yes, we plan to improve our existing Composer support in next NetBeans versions.

Thanks for reporting.
Comment 2 Tomas Mysik 2013-06-20 04:23:57 UTC
This is not a bug.