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

chore: upgrade to laravel 10 #638

Merged
merged 7 commits into from
Oct 8, 2023
Merged

chore: upgrade to laravel 10 #638

merged 7 commits into from
Oct 8, 2023

Conversation

thor
Copy link
Collaborator

@thor thor commented Sep 28, 2023

Fixes #546.

  • 76d8dbb style: fix tests/* after pint upgrade
  • 4029c26 chore: re-publish strings from laravel 10
  • 60479ee chore: sync changes from laravel 10
  • e9e7a6b chore(tests): upgrade phpunit to v10
  • 99b9b29 fix: replace dates with Eloquent's casts
  • 800ff82 chore: upgrade laravel and friends to v10
  • 6dba92a chore: set minimum stability to stable & upgrade deps

@thor thor force-pushed the chore/upgrade-to-laravel-10 branch 4 times, most recently from 5a1aecc to 76d8dbb Compare October 4, 2023 18:02
@thor thor marked this pull request as ready for review October 4, 2023 18:08
@thor thor requested a review from blt950 October 4, 2023 18:08
Copy link
Member

@blt950 blt950 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All seems to work, left some comments though

app/Http/Kernel.php Outdated Show resolved Hide resolved
app/Providers/EventServiceProvider.php Outdated Show resolved Hide resolved
composer.json Show resolved Hide resolved
config/database.php Show resolved Hide resolved
config/hashing.php Show resolved Hide resolved
thor added 7 commits October 8, 2023 17:08
Replaces $dates, which have been deprecated for some time, with $casts.
In Laravel 10, $dates are gone, making this a necessary fix.
Includes the occasional change from 7.x to 8.x, and 8.x to 9.x.
$ php artisan lang:publish --force
@thor thor force-pushed the chore/upgrade-to-laravel-10 branch from 76d8dbb to 78d24ca Compare October 8, 2023 15:17
@thor thor requested a review from blt950 October 8, 2023 15:19
Copy link
Member

@blt950 blt950 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go-go gadget!

@thor thor merged commit 55a14dc into main Oct 8, 2023
3 checks passed
@thor thor deleted the chore/upgrade-to-laravel-10 branch October 8, 2023 21:17
This was referenced Nov 19, 2023
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.

Upgrade to Laravel 10
2 participants