Skip to content

PHP 8.4 Allowed

Latest

Choose a tag to compare

@jaydiablo jaydiablo released this 27 May 17:48
· 2 commits to master since this release
3b32af1

This release allows this library to be installed in a PHP 8.4 environment. We've also removed support for PHP 7.4 and 8.0 which have been end of life for some time now.

This also adds a small fix for backticks in table names when generating aliases for table components in the SQL query (thanks @endelwar).