mailjet / mailjetBundle

Symfony bundle for Mailjet API V3
https://mailjet.github.io/mailjetBundle/
MIT License
34 stars 36 forks source link

Upgrade to Symfony 5 #26

Open Dreeckan opened 4 years ago

Dreeckan commented 4 years ago

Hello everyone :) Thanks for this bundle !

As Symfony 5 is released, ths bundle needs to be updated accordingly. If I try to install it in a Symfony 5 project, I get this error (while executing cache:clear command) :

PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function Symfony\Component\Config\Definition\Builder\TreeBuilder::__construct(), 0 passed in /home/remi/Work/BooSta/notibook/vendor/mailjet/mailjet-bundle/src/DependencyInjection/Configuration.php on line 20 and at least 1 expected in /home/remi/Work/BooSta/notibook/vendor/symfony/config/Definition/Builder/TreeBuilder.php:26

While we're at it, should we update dev dependencies ?

Thanks !

Hraph commented 3 years ago

Up

bourabahj commented 3 years ago

Hello :)

I need to set a synchronisation between my symfony 5 website's user and my mailjet's lists.

When I tried to install this bundle, I got this error : Too few arguments to function Symfony\Component\Config\Definition\Builder\TreeBuilder::__construct()

I installed this whit Flex.

Did I miss something ?

Do you know if I can set this synchronisation without the bundle ? Or should I update something ?

Thanks !

br-development commented 3 years ago

Did you forget to tag it ? I have to force master branch require because no tag isset with yours fixs

floviolleau commented 1 year ago

Hi,

Sadly, nobody cares this bundle