zendframework / ZFTool

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

Add Zend\Form dependency to composer.json #52

Closed arjanvdbos closed 11 years ago

arjanvdbos commented 11 years ago

Because Zend\Form moved from required to suggested in the composer.json of Zend\Mvc you have to add Zend\Form as a dependency in the composer.json of ZFTool. Otherwise ZFTool throws an error:

Fatal error: Class 'Zend\Form\FormAbstractServiceFactory' not found in C:\www\project\vendor\zendframework\zend-servicemanager\Zend\ServiceManager\ServiceManager.php on line 311

MaXal commented 11 years ago

+1

ezimuel commented 11 years ago

I solved this issue in my last push.