Releases: theseer/Autoload
Releases · theseer/Autoload
Release 1.29.4
- Use (bool) cast instead of deprecated (boolean) cast (Thanks @sebastianbergmann)
Release 1.29.3
This update only contains a newer version of the Zeta Components for PHP 8.4 compatibility
Release 1.29.2
- Fix Issue #115: Parser does not handle (class) constants named NAMESPACE
1.29.1
Release 1.29.0
- Merge PR #105: Return exit code from CLI::run(), rather than exiting [martin-rueegg]
Release 1.28.0
- Add support for composer's
vendor-dirsetting when building autoloader based on composer.json and custom vendor directory location
Release 1.27.2
- Fix/Avoid deprecation notices in PHP 8.2
Release 1.27.1
- Fix/Avoid deprecation notices in PHP 8.1
Release 1.27.0
- Update ConsoleTools to 1.7.3. for better PHP 8.1 compatibility
- Add support for ENUM types (basic and backed)
Release 1.26.3
- Update DirectoryScanner to 1.3.3 for PHP 8.1 compatibility