Releases: thephpleague/omnipay-common
Releases · thephpleague/omnipay-common
v3.4.0
What's Changed
- Make typed parameters explicitly nullable (PHP 8.4 compatibility) by @arokettu in #271
- Make typed parameters explicitly nullable (#271 errata) by @arokettu in #272
- Test PHP8.4 by @barryvdh in #273
- Remove unused imported function and interface by @10n in #259
- Fix deprecated issues by @barryvdh in #274
New Contributors
Full Changelog: v3.3.0...v3.4.0
v3.3.0 - Symfony 7 support
What's Changed
- Feature/add support symfony 7 by @Chris53897 in #264
- chore: bump github actions for "actions/checkout" 2 => 4 by @Chris53897 in #263
- ci: run --prefer-lowest run only for lowest supported PHP version by @Chris53897 in #266
- docs: improve README.md by @Chris53897 in #265
New Contributors
- @Chris53897 made their first contribution in #264
Full Changelog: v3.2.1...v3.3.0
v3.2.1: require php-http/message-factory directly (#261)
This library still uses the deprecated php-http message factories. They have been deprecated since a while in favor of PSR-17 message factories. php-http/discovery no longer automatically installs php-http/message-factory.
v3.2.0
Remove guzzle adapter
v3.1.2 Update composer.json
Add support for PHP7.2 back
v3.1.1 Update composer.json
Support PHP8 / Symfony 5
Officially test and support PHP8. Drop old PHP versions because of PHPUnit 9
v3.0.5: Merge pull request #225 from KenorFR/KenorFR-deprecated-symfony
corrects deprecated symfony 5.1
Fix public visibility in Gateway get/setParameter
Allow Symfony 5
Support Symfony 5