sendgrid / sendgrid-php

The Official Twilio SendGrid PHP API Library
https://sendgrid.com
MIT License
1.49k stars 624 forks source link

chore: upgrade starkbank/ecdsa version #1106

Open tiwarishubham635 opened 8 months ago

tiwarishubham635 commented 8 months ago

Fixes

Upgrading starkbank/ecdsa to latest version to resolve this issue: One of our customers reached out to support regarding documentation on Github for sendgrid php As per the customer, starkbank/ecdsa (v0.*) used in the php SDK (https://github.com/sendgrid/sendgrid-php) generates a deprecated warning in php8.2. Please provide the version of starkbank/ecdsa. WARNING: Creation of dynamic property EllipticCurve\PublicKey::$pem is deprecated in /.../vendor/starkbank/ecdsa/src/publickey.php on line 9 WARNING: Creation of dynamic property EllipticCurve\PublicKey::$openSslPublicKey is deprecated in /.../vendor/starkbank/ecdsa/src/publickey.php on line 10 WARNING: Creation of dynamic property EllipticCurve\Signature::$der is deprecated in /.../vendor/starkbank/ecdsa/src/signature.php on line 9

Checklist

If you have questions, please file a support ticket.