Releases: theseer/Autoload
Releases · theseer/Autoload
Release 1.29.2
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-dir
setting 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
Release 1.26.2
- Fix Issue #99: Fix PHP 8.0 deprecation warnings [jrfnl]
Release 1.26.1
- Fix Issue #98: Array to string conversion on parsing composer.json