laminas/laminas-captcha 2.3.9

Based on https://github.com/zendframework/zend-captcha/releases/tag/release-2.3.9 (commit 59acb6a4d54f916e5e7a448afc40e91678682e6c in this repo)

- [zendframework/zend-captcha#7506](https://github.com/zendframework/zf2/pull/7506) resolves issues when UTF-8 values are used in Mail headers, particularly addresses.
- [zendframework/zend-captcha#7507](https://github.com/zendframework/zf2/pull/7507) ensures that array values can be used with cookies.
- [zendframework/zend-captcha#7514](https://github.com/zendframework/zf2/pull/7514) ensures that multipart MIME messages can be added to `Laminas\Mail\Message` instances in such a way that they do not conflict with ZF2015-04.