Vitre / php-console-bundle

Symfony PHP console bundle
MIT License
13 stars 6 forks source link

Not working in symfony 3 #6

Closed minayaleon closed 8 years ago

minayaleon commented 8 years ago

Symfony 3 no working Fatal error: Class 'Symfony\Component\DependencyInjection\ContainerAware' not found

axelschelfhout commented 8 years ago

I'd like to bump this. Error is in Vitre/PhpConsoleBundle/Console.php on line 8. The class ContainerAware doesn't exist anymore in Symfony 3. If I find the solution I will provide it here (not spending to much time on it tho).

Any ideas on how to quick-fix this issue? Or isn't there a quick-fix? Hope to hear from you guys soon, cuz its a great tool ;).

Vitre commented 8 years ago

master branch now only for Symfony3. symfony2 branch for v2.

axelschelfhout commented 8 years ago

Works like a charm. Thanks!