Releases: AXN-Informatique/laravel-revert-db-default-string-length
Releases · AXN-Informatique/laravel-revert-db-default-string-length
2.0.1
Replace Doctrine DBAL with Laravel native methods
- Remove doctrine/dbal dependency completely
- Use native Laravel database introspection (SHOW TABLES, SHOW COLUMNS, information_schema)
- Fix compatibility with Laravel 11+ where Doctrine DBAL methods were removed
- Add support for MySQL, PostgreSQL, SQLite, and SQL Server
- Maintain full backward compatibility with existing functionality
Full Changelog: 2.0.0...2.0.1
2.0.0
Add Laravel 11 & 12 support
- Support PHP 8.2 and 8.4
- Add illuminate/support ^11.0 || ^12.0
- Add illuminate/database ^11.0 || ^12.0
- Prepare doctrine/dbal ^4.0 support (optional)
Breaking changes:
- Drop Laravel 8, 9, 10 support
- Drop PHP 8.1 support"
Full Changelog: 1.0.0...2.0.0