#!/usr/bin/env php Entry "Doctrine\ORM\EntityManager" cannot be resolved: Entry "Doctrine\DBAL\Connection" cannot be resolved: Parameter $params of __construct() has no value defined or guessable Full definition: Object ( class = Doctrine\DBAL\Connection lazy = false __construct( $params = #UNDEFINED# $driver = get(Doctrine\DBAL\Driver) $config = (default value) NULL $eventManager = (default value) NULL ) ) Full definition: Object ( class = Doctrine\ORM\EntityManager lazy = false __construct( $conn = get(Doctrine\DBAL\Connection) $config = get(Doctrine\ORM\Configuration) $eventManager = (default value) NULL ) )