message-flow-analyzer
message-flow-analyzer copied to clipboard
Missing packages
After experiencing this issue #3 and increasing the memory_limit I encounter these error messages:
Roave\BetterReflection\Reflection\ReflectionClass "Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator" could not be found in the located source
This was solved by composer req symfony/proxy-manager-bridge
Roave\BetterReflection\Reflection\ReflectionClass "Doctrine\Common\Collections\ArrayCollection" could not be found in the located source
composer req doctrine/collections didn't help here - See first comment.
ArrayCollection is purely project related, not message-flow-analyzer.