zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

Add dependency on zendframework/zend-log #100

Closed bartmcleod closed 9 years ago

bartmcleod commented 9 years ago

If you create a phar using bin/create-phar and then run the zftool.phar, you get and error because the LogProcessorPluginManager is not found. This might be new and it resides in Zend\Log, so we need the extra dependency. After adding this, running composer update and regenerating the .phar, it works.

gianarb commented 9 years ago

Are you sure?! I don't find any direct dependencies with Zend\Log into the code Thanks

Martin-P commented 9 years ago

Detailed instructions to trigger this fatal error can be found in issue #106.

ezimuel commented 9 years ago

@bartmcleod I fixed this in the last merge, there was also missing dependencies with Zend\I18n. Thanks for your contribution!