Releases: netsells/laravel-resourceful
Releases · netsells/laravel-resourceful
v2.0.0
What's Changed
- Laravel 11 support by @bensherred in #8
New Contributors
- @bensherred made their first contribution in #8
Full Changelog: v1.2.0...v2.0.0
Upgrades to Laravel 10 and PHP 8.2, drops older versions
Changes
- Dropped support for PHP 8.0 and Laravel 8
- Added support for PHP 8.2 and Laravel 10
- Added Netsells code standards to dependencies and github action workflow to check the code style and perform static analysis
- Fixes / additions of few PHP docs after running phpstan
- Code style changes to be compatible with our code standards
Added Laravel 10 Compatibility
Changes:
- added Laravel 10 as compatible version
Projects that uses Laravel 10 will now be able to require this package.
Initial full release
After using this package in production with multiple Laravel and PHP versions, it's time for a proper release, together with full release on packagist.