Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Update to PHP 8+

Latest
Compare
Choose a tag to compare
@dvdheiden dvdheiden released this 06 Mar 11:45
3ca3a67

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\Menu.
  • Moved tests to a namespace: Vdhicts\Menu\Tests.
  • Upgrade PHPUnit to version 9.
  • breaking change: updated to latest version of the HtmlElement package, which has some breaking changes. Please see the package release notes. This might affect your custom renders.

Removed

  • Removed obsolete PHPDoc.