pulse00 / Composer-Eclipse-Plugin

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

[regression] PSR-0 not work #94

Closed zulus closed 10 years ago

zulus commented 10 years ago

After upgrade PSR-0 stopped working. Steps to reproduce

  1. In composer.json:
{ "autoload" : "PSR-0" : { "" : "src/" } }
  1. Create new class in any src subdir.
  2. New class have invalid namespace.
gossi commented 10 years ago

Thanks for the catch. I upgraded the Testsuite. Please report back, if there are still problems. If any, please provide examples. Thanks.

zulus commented 10 years ago

Thank you! Works good ;)