pulse00 / Composer-Eclipse-Plugin

Eclipse integration for the PHP Dependency Manager Composer
http://composer.dubture.com/
MIT License
49 stars 13 forks source link

The pugin does not use the installed Composer #137

Open kwebble opened 8 years ago

kwebble commented 8 years ago

When appyling changes to the composer configuration by clicking the 'debug' icon in the composer.json editor an error is shown that composer.phar cannot be found.

But executing composer commands from the command line work fine.

gossi commented 8 years ago

There are two locations where you can configure which composer.phar to use:

1) Eclipse Preferences > Composer: Select the php binary + composer binary 2) Project Properties > Composer: Override global preference here.

Can you check, what you've set here and what might go wrong?

kwebble commented 8 years ago

With composer installed and available from the command line I expected the plugin to detect composer without having to configure it.