[Flow] Problems with dependencies that have dependencies (aka. Zend Framework)

Christian Loock chl at vkf-renzel.de
Fri Aug 2 11:20:25 CEST 2013


Well nevermind,

after removing the package and running another composer update, ZF was 
installed under packages/Libraries (as i would have expected earlier) 
and can now be loaded.

Am 02.08.2013 10:33, schrieb Christian Loock:
> Hello,
>
> I am having a little trouble with a library that I am writing, that 
> uses Zend-Http ( "zendframework/zend-http").
>
> So here is the error i get:
>
> Uncaught exception 
> 'TYPO3\Flow\Package\Exception\InvalidPackageStateException' with 
> message 'Could not find package with composer name 
> "zendframework/zend-http"
>
> I allready added this to the Settings of my Flow Package, that i want 
> to use the lib in:
>
> TYPO3:
>   Flow:
>     object:
>       excludeClasses:
>         'zendframework.*': ['.*']
>
> Which did not help.
>
> The library I use, resides in Packages/Library, as expected. What 
> confuses me, is that ZF is actually installed in the /vendor dir of 
> the Library and not withing Packages/Library. I am wondering if flow 
> can handle this properly.
>
> Do you guys have any Idea of how to get this working?
>
> Thanks,
>
> Christian
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow



More information about the Flow mailing list