Closed davnavarro closed 4 years ago
Hi @sampart, Please, give me some time and I check ;)
Hi @sampart, This change works (tested) in versions 4.3, 4.4 and 5.0 In previous versions I could not verify.
https://symfony.com/blog/new-in-symfony-4-2-important-deprecations
Many thanks for this. Looking at the link, this change will work in Symfony 3.3 and up. Therefore, we'd need to change composer.json
as part of this (and make it a major version bump when releasing). Please could you either...
composer.json
: "symfony/framework-bundle": ">=3.3"
, and "php": "^5.5.9|>=7.0.8"
Hi @sampart, I hadn't done this before ... Please, when you can check this: QipsiusTCPDFBundle Any help and guidance will be welcome.
Thanks so much for taking this on, @davnavarro - your fork looks great. I've added a note to the top of the README for this repo suggesting that people use your fork.
I recommend that you now look through the issues logged against this project and post a comment if any are resolved by your fork. This may also give you ideas as to what changes to make next in your onward development.
Thanks again for your work here.
Hi @davnavarro, thanks for contributing! I presume that this change doesn't work in older versions of Symfony? Do you know which versions it works with?