Shawn Lindstrom

Results 2 issues of Shawn Lindstrom

SparkPost (v2.3.0) requires php-http/message which requires either v1 or 2 of psr/http-message. The Psr\Http\Message\ResponseInterface in v2 of psr/http-message added return type hints. Therefore SparkPost\SparkPostResponse which implements the interface is no...

Apply fixes for PHP 8.4 deprecations for use of implicitly nullable types and a use of ${var}.