Tom Arbesser
Tom Arbesser
Reverts bigcommerce/checkout-sdk-js#1560 Repeat of https://github.com/bigcommerce/checkout-sdk-js/pull/1510. We had to revert that since it broke the checkout-js build - presumably because https://github.com/bigcommerce/checkout-js/pull/938 hadn't been merged yet. For when we're ready to merge...
Hey @rwdaigle, any chance we could bump the [OpenSSL gem](https://rubygems.org/gems/openssl) to version 3 (or loosen the dependency)? Thanks!
Currently, nikic/php-parser is locked to v4. That means upgrading nikic/php-parser is currently not possible, which is in turn prevents upgrading a number of other dependencies, like [sebastianbergmann/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage/blob/main/composer.json#L36). It would be...
### Fixes Fixes deprecation warnings: ``` PHP Deprecated: Diff_SequenceMatcher::__construct(): Optional parameter $junkCallback declared before required parameter $options is implicitly treated as a required parameter in php-diff/lib/Diff/SequenceMatcher.php on line 87 PHP...
### What / Why Fix PHP 8.4 deprecation warnings: ``` php-graphql-client/src/Client.php:64 GraphQL\Client::__construct(): Implicitly marking parameter $httpClient as nullable is deprecated, the explicit nullable type must be used instead php-graphql-client/src/Client.php:0 GraphQL\Client::__construct():...
Loosen version requirement of symfony/mime. Allows using version 6 or 7.
Improves the exception message when a property doesn't exist. Previously, it only mentioned the class name, without actually explaining what property does not exist. I've added a simple test to...
This fixes the PHP extension's mapping for `uint32`, which was incorrectly using `Int32`. I've also added a couple of small tests to cover edge cases in `RepeatedField` and `MapField`
Upgrades to PHPUnit 10 - Specify PHPUnit 10 in composer.json. This requires PHP 8.1, but since PHP 8.1 is the oldest version that's not end-of-life, I believe that should be...