Radar v2.1.0 Release Notes

Release Date: 2020-02-12 // about 4 years ago
  • Replace abandoned require-dev library dependencyzendframework/zend-diactoros with laminas/laminas-diactoros.


Previous changes from v2.0.0

  • 🚀 This release mostly updates Radar.Adr to use more modern tooling and more up to date dependencies, although it does add some small code changes as well. It includes:

    • ⬇️ Drops support for HHVM.
    • ⬇️ Drops support for PHP 5.
    • 👌 Supports only PHP 7.2+.
    • ⚡️ Updates to using PHPUnit 7.
    • 👉 Uses ::class constants for service names and attribute names, and in Config.
    • ✂ Remove Resolver in favor of Di\ResolutionHelper.
    • ⚡️ Updates to Aura/Di 4.
    • Standardizes CHANGELOG.md filename.