This release includes some bug fixes and package updates to make it compatible with Laravel 11.
Warning
As of Laravel 11 the Doctrine DBAL package has been removed from Laravel. This currently breaks the Voyager Database Manager. We are working on a fix for this, but in the meantime, you can just use the Laravel Database migrations to manage your database instead. The Voyager database manager might get deprecated in the next release.
What's Changed
- Exclude older versions from tests by @bobbyiliev in #5884
- Remove doctrine/dbal package for laravel 11 by @bobbyiliev in #5885
- Disable database manager due to missing DBAL by @bobbyiliev in #5886
- Update coverage php version by @bobbyiliev in #5887
- Update throttle seconds by @bobbyiliev in #5889
- Update Laravel tests version by @bobbyiliev in #5890
- Change login test to not look for exact seconds by @bobbyiliev in #5891
Full Changelog: v1.7...v1.8.0