Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: upgrade to Laravel 11 and drop PHP 8.1 #267

Merged
merged 2 commits into from
Mar 14, 2024
Merged

Conversation

lindyhopchris
Copy link
Contributor

@lindyhopchris lindyhopchris commented Feb 9, 2024

Changes required to upgrade to Laravel 11, dropping PHP 8.1 at the same time.

If you want to try in your application (if you're upgrading to Laravel 11):

composer config minimum-stability dev
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/*"

@lindyhopchris lindyhopchris self-assigned this Feb 9, 2024
@lindyhopchris
Copy link
Contributor Author

FYI we're dropping PHP 8.1 because Laravel is dropping it for the 11 release.

@lindyhopchris
Copy link
Contributor Author

Aware Laravel 11 has been tagged today. I've got through some of the admin for releasing the new version this week... will finish it off later this week.

In the meantime if you're upgrading your apps to Laravel 11, you can use the instructions above to install the pre-tag version.

@lindyhopchris lindyhopchris merged commit 37e1831 into develop Mar 14, 2024
2 checks passed
@lindyhopchris lindyhopchris deleted the laravel11 branch March 14, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant