Skip to content

v1.2.0 - PHP 8 Support

Compare
Choose a tag to compare
@justinyost justinyost released this 03 Feb 19:17
· 7 commits to main since this release
e70d2ca

What's Changed

  • Dropped support for PHP 5/7 #13
  • Added a section to the ReadMe noting how this package differs from the Amazon provided codebase #13
  • Updated code to remove deprecation warnings on PHP 8 #13
  • Updated Code Sniffs to PSR-2 #13
  • Removed any Code Sniff errors/warnings for PSR-2 #13
  • Updated DevDepency for PHPUnit to v9 #13
  • Update CircleCI build to use PHP 8 #13
  • Ensured CircleCI build correctly operates and fully tests and sniffs the codebase #13

Full Changelog: 1.1.1...v1.2.0

Thanks to @enricobono and @lisavogtsf for testing, submitting suggestions and code improvements.