Closed xaben closed 1 year ago
Hi @xaben - The version 5.4 is LTS (supported until 2024), just curious, could you elaborate why you need the support of 6.0?
Hi @PierrickVoulet - Thanks for looking into this.
I'm trying to upgrade a Laravel
project, which uses laravel-doctrine
as a dependency. I've opened a corresponding issue there as well, as only symfony/serializer^6.0
is allowed on the latest version.
Just looking forward to fixing it from either side. Thank you!
Thanks for the additional context, @xaben. I gave it a try but this would not be a trivial change for our library (I got errors when doing so). Knowing that the version 5.4 is LTS until 2024, let's wait for laravel-doctrine
's answer. Also, could you tell me if you are using our library to connect to the AdWords API or the Ad Manager API?
Thanks again, we can wait for laravel-doctrine
's answer, my impression was that 6.0 is same is same as 5.4 without the deprecated things, could be wrong.
We are connecting to the AdManager API, running some reports, importing some KPIs.
Hello, we want to upgrade a big project to PHP 8.1 and Symfony 6.1 but is not possible because the same issue.
We can help somehow to resolve the conflict in googleads-php-lib
?
Regards.
Having a similar issue here.
I can't upgrade symfony/mailer
to 6.2.5, because googleads-php-lib
depends on symfony/serializer
to be on v5
This is fixed in v60.
Would it be possible to add the latest version of the "symfony/serializer" to the allowed list of versions?
"symfony/serializer": "^3.0.3 || ^4.4.0 || ^5.0.0"
to"symfony/serializer": "^3.0.3 || ^4.4.0 || ^5.0.0 || ^6.0.0"
Thank you for your support and time.