[FLOW3-general] using libraries via composer

Thomas Mammitzsch thomas at visualworx.de
Fri Nov 30 14:11:33 CET 2012


hello Karsten,

that seems to have no effect. Still get Execution of subprocess failed 
with exitcode "255" and output: Fatal error: Cannot redeclare class 
Zend_Log in 
/var/www/myflow/Packages/Libraries/guzzle/guzzle/tests/Guzzle/Tests/Log/Zend_Log.php" 


regards, Thomas

On 29.11.2012 19:45, Karsten Dambekalns wrote:

> Flow is reflecting all classes in the package. The tests should not be
> reflected, and you are probably not using AOP or DI *on* Guzzle itself
> so try to add this to *Configuration/Settings.yaml*:
>
> TYPO3:
>    Flow:
>      object:
>        excludeClasses:
>          'Guzzle.Guzzle': ['.*']
>
>
> Regards,
> Karsten
>



More information about the FLOW3-general mailing list