Releases: auraphp/Aura.Auth
Releases · auraphp/Aura.Auth
Fix docblock variable type for correct static analysis.
Aura.Di configuration bug fix
This release fixes a bug in the default Aura.Di container configuration.
Modern PHP support
This release primarily updates Aura.Auth to be compatible with modern PHP versions. In particular, this version now uses PHPUnit 7 and later, as well as dropping support for language PHP 5 versions. It also drops support for HHVM.
2.0.1
- Skip PDO tests if required pdo_sqlite extension not enabled
- Removed double closing happened in LDAP resources.
- Update documentation fixing typos.
- phpunit added to require-dev of composer.
- Updated license year.
- Removed CHANGES.md file, added CHANGELOG.md instead.
2.0.0
2.0.0-beta2
- DOC: Updated README and docblocks.
- CHG: PdoAdapter::buildSelectWhere() now honors the custom column name provided by the user.
- CHG: Turn off auto-resolution in Container tests
2.0.0-beta1
Initial 2.0.0 beta release.