Skip to content

Minimum supported PHP version bumped to 5.6. Housekeeping.

Compare
Choose a tag to compare
@martin-georgiev martin-georgiev released this 31 Jul 10:57
2920ef9

This release comes with no new features. It fixes some issues and edge-cases that were not properly handled before (eg resolving #17, throwing more often exceptions when bad data is detected). It also addresses numerous previously neglected housekeeping todos like:

  • Dropping support for PHP 5.5 which is EOL. This means the minimum PHP version is now 5.6.
  • Applying automated code style check.
  • Applying fixes reported by static analysis.
  • Updating Travis and Scrutinizer configurations. The CI pipeline checks for more stuff and does this in a better way.