Skip to content

Update to PHP 8+

Latest
Compare
Choose a tag to compare
@dvdheiden dvdheiden released this 06 Mar 11:19
308e1d5

This release was all about the upgrade to PHP 8+ and cleaning up the repo. That resulted in some breaking changes, so I suggest you to read the changelog below.

Added

  • Add support for PHP 8+.
  • Add GitHub actions.
  • Add several typehints.
  • Add static analysis.

Changed

  • breaking change: moved to new namespace: Vdhicts\HtmlElement.
  • breaking change: renamed class to HtmlElement.
  • Moved tests to a namespace: Vdhicts\HtmlElement\Tests.
  • Upgrade PHPUnit to version 9.

Removed

  • Removed obsolete PHPDoc.