laravel-json-api / laravel

JSON:API for Laravel applications
MIT License
551 stars 42 forks source link

Laravel 10 #224

Closed lindyhopchris closed 1 year ago

lindyhopchris commented 1 year ago

To upgrade to Laravel 10 (before this package is tagged for 10), use the following:

composer config minimum-stability dev 
composer config prefer-stable true
composer require "laravel-json-api/laravel:^3.0" --no-update
composer require "laravel-json-api/testing:^2.0" --dev --no-update
composer up "laravel-json-api/*" cloudcreativity/json-api-testing
lindyhopchris commented 1 year ago

These are the only breaking changes at the moment - though I'm not planning any more. It's just a major version bump for new version of Laravel plus dropping PHP 7.4 and 8.0.

Changed

Fixed

lindyhopchris commented 1 year ago

Released as 3.0.0. To upgrade:

composer require laravel-json-api/laravel --no-update
composer require laravel-json-api/testing --dev --no-update
composer up "laravel-json-api/*" cloudcreativity/json-api-testing