KnpLabs / KnpSnappyBundle

Easily create PDF and images in Symfony by converting html using webkit
http://knplabs.com
MIT License
1.24k stars 143 forks source link

Symfony 3 support? #123

Closed merdes closed 8 years ago

merdes commented 8 years ago

I'm trying to use this bundle with Symfony3 and i get the following error:

in vendor/knplabs/knp-snappy-bundle/Snappy/LoggableGenerator.php at line 23

Catchable Fatal Error: Argument 2 passed to Knp\Bundle\SnappyBundle\Snappy\LoggableGenerator::__construct() must be an instance of Symfony\Component\HttpKernel\Log\LoggerInterface, instance of Symfony\Bridge\Monolog\Logger given, called in [...]appDevDebugProjectContainer.php on line 1515 and defined
akovalyov commented 8 years ago

@merdes indeed, thanks for pointing it out. https://github.com/KnpLabs/KnpSnappyBundle/releases/tag/v1.4 here you go.

merdes commented 8 years ago

:+1: thanks !