Skip to content

v0.15.1

Compare
Choose a tag to compare
@j0k3r j0k3r released this 29 May 13:28
· 187 commits to master since this release
6bc9dcb

🛠 It's a small maintenance update.

We raised some dependencies to ensure people aren't running the library with too much outdated deps.
For example, we raised tecnickcom/tcpdf to ^6.2.22 to ensure people aren't running the version containing a security issue (see https://packagist.org/packages/tecnickcom/tcpdf/advisories?version=2463879).

The library wasn't tested for PHP version < 5.6 so we drop minimum PHP version to 5.6.
There is a new test build which check the library is running ok on the lowest dependencies available.

We also introduced PHP-CS-Fixer (mainly for developement) to ensure coding styles is ok.

Last but not least, there are new maintainers of the lib along with @smalot:

Merged PRs:

  • Define lowest deps #290
  • Add FriendsOfPHP/PHP-CS-Fixer to "require-dev" to enforce coding styles #292