v4.0.0 - Laravel 11
Upgrading
composer require laravel-json-api/laravel:^4.0 --no-update
composer require laravel-json-api/testing:^3.0 --dev --no-update
composer up "cloudcreativity/*" "laravel-json-api/*"
What's Changed
- Feature: upgrade to Laravel 11 and drop PHP 8.1 by @lindyhopchris in #267
Changelog
Changed
- Package is now licensed under the MIT License.
- BREAKING Package now requires Laravel 11.
- Minimum PHP version is now
8.2
.
Full Changelog: v3.4.0...v4.0.0