[Flow] Fatal error with composer package

Robin Lehrmann role at vkf-renzel.de
Wed Nov 5 08:10:06 CET 2014


Hi,

Am 04.11.2014 um 19:39 schrieb toco at aimeos.org:
> That works great! :-) Unfortunately, I now get another error: PHP 
> Fatal error: Uncaught exception 
> 'TYPO3\Flow\Package\Exception\InvalidPackageStateException' with 
> message 'Could not find package with composer name 
> "aimeos/ai-swiftmailer" in PackageStates configuration.' in [...]
You can specify an installer-path in your composer json.
https://getcomposer.org/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md

Try to add the following lines:

|"extra":  {
         "installer-paths":  {
             "||Packages/Libraries/{$name}":  ["type:||aimeos-extension"]
         }
     }|

Cheers,
Robin Lehrmann


More information about the Flow mailing list