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 - Add a way to manage Project dependencies through Composer
Summary: Add a way to manage Project dependencies through Composer
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Composer (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 20:28 UTC by gena01
Modified: 2013-06-20 04:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.