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

Bump to Laravel v10 & PHP 8.2 #1

Merged
merged 7 commits into from
Jan 19, 2023
Merged

Bump to Laravel v10 & PHP 8.2 #1

merged 7 commits into from
Jan 19, 2023

Conversation

driesvints
Copy link
Member

@driesvints driesvints commented Jan 13, 2023

This PR bumps dependencies to PHP 8.2 & Laravel v10. It also adds the default GitHub files and a CI build.

Depends on:

@driesvints driesvints changed the title Bump to Laravel v10 Bump to Laravel v10 & PHP 8.2 Jan 13, 2023
@driesvints
Copy link
Member Author

@jessarcher this is ready but it seems existing tests seem to fail. I wonder if the failure has anything to do with laravel/framework#45500 ?

@jessarcher
Copy link
Member

jessarcher commented Jan 18, 2023

@driesvints I fixed the issue by making Testbench load the Livewire service provider so that Livewire is registered. I'm not sure if this is the correct way to solve the issue, but it works 🤷‍♀️

I've also confirmed that this issue existed prior to this PR.

@driesvints
Copy link
Member Author

@jessarcher lgtm!

@driesvints driesvints marked this pull request as ready for review January 19, 2023 09:48
@driesvints driesvints merged commit c6841ae into master Jan 19, 2023
@driesvints driesvints deleted the l10 branch January 19, 2023 09:49
woodspire referenced this pull request in woodspire/pulse Dec 1, 2023
Fix problem doing "composer require laravel/pulse"

 Uncaught TypeError: Laravel\Pulse\Pulse::Laravel\Pulse\{closure}(): Argument #1 ($event) must be of type Illumi
nate\Events\Dispatcher, Illuminate\Events\NullDispatcher given, called in /var/www/sapere/sapere/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 1302 and defined in /var/www/sapere/sapere/vendor/laravel/pulse/src/Pulse.php:119        
Stack trace:
taylorotwell pushed a commit that referenced this pull request Dec 1, 2023
Fix problem doing "composer require laravel/pulse"

 Uncaught TypeError: Laravel\Pulse\Pulse::Laravel\Pulse\{closure}(): Argument #1 ($event) must be of type Illumi
nate\Events\Dispatcher, Illuminate\Events\NullDispatcher given, called in /var/www/sapere/sapere/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 1302 and defined in /var/www/sapere/sapere/vendor/laravel/pulse/src/Pulse.php:119        
Stack trace:
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.

None yet

2 participants