Results 29 comments of VinZ

Hi @ninsuo and thanks. Could you merge it to the master branch? Otherwise I'll have to specify this particular branch '2.1.32' to have the fix. Thanks!

For some reason I can't install it... I'm declaring the package like this in my composer,json `"ninsuo/symfony-collection": "^2.1",` and a composer update doesn't update to 2.1.33, and if I try...

And ` composer require ninsuo/symfony-collection 2.1.33` gives me ``` [InvalidArgumentException] Could not find package ninsuo/symfony-collection in a version matching 2.1.33 ```

OK, looks like I finally manged to install it using the `dev-master` tag. Working like a charm again now, you can safely release 2.1.33 IMO :)

@ninsuo doas the new version solve this issue?

Alright I'll try, but I'm no specialist :/ but I'll try ;)

Thank you, that helps a lot! In the meantime I've develop my own "kind-of-batch" sending method in my mailer service ``` public function sendMessage($subject, $to, $body) { if (count($to) >=...