Reflect 3.1.1 has just been released.

Bugs:

  • Growl notifier plugin raised PHP warnings with phar version.

Lets explain why :

Current version of Composer (1.0.0-alpha10) does not provide any fallback strategy for class map in autoloader. That means, when you used dependencies such as PEAR packages that are always class mapped by composer, and do not included them in a phar version of your project, you’ll raised some PHP Warnings.

Solution was provided by commit 0b37618.

Allows fallback strategy for class map as follow: if dependencies (Net_Growl, in our case) are not included in phar,

  • lookup first in global vendor dir

  • then in include_path

Download :

Published by Laurent Laville on 2015-06-18