Radar v2.1.0 Release Notes
Release Date: 2020-02-12 // over 4 years ago-
Replace abandoned
require-dev
library dependencyzendframework/zend-diactoros
withlaminas/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 ofDi\ResolutionHelper
. - ⚡️ Updates to Aura/Di 4.
- Standardizes CHANGELOG.md filename.