Skip to content

Commit 2069909

Browse files
committed
composer update and small fixes
1 parent d854d4b commit 2069909

File tree

4 files changed

+1026
-698
lines changed

4 files changed

+1026
-698
lines changed

app/Http/Middleware/Authenticate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Authenticate extends Middleware
1212
{
1313
#[\Override]
14-
public function handle(Request $request, Closure $next, ...$guards): Response
14+
public function handle($request, Closure $next, ...$guards): Response
1515
{
1616
// do it like in the parent
1717
$this->authenticate($request, $guards);

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"barryvdh/laravel-debugbar": "^3.15",
4141
"barryvdh/laravel-ide-helper": "^3.5",
42-
"driftingly/rector-laravel": "^1.2",
42+
"driftingly/rector-laravel": "^2.1",
4343
"fakerphp/faker": "^1.23",
4444
"larastan/larastan": "^3.1",
4545
"laravel/pint": "^1.20",
@@ -49,10 +49,10 @@
4949
"magentron/laravel-blade-lint": "^2.0",
5050
"mockery/mockery": "^1.6",
5151
"nunomaduro/collision": "^8.6",
52-
"pestphp/pest": "^3.0",
53-
"pestphp/pest-plugin-laravel": "^3.1",
54-
"pestphp/pest-plugin-livewire": "^2.1",
55-
"rector/rector": "^1.2",
52+
"pestphp/pest": "^4.0",
53+
"pestphp/pest-plugin-laravel": "^4.0",
54+
"pestphp/pest-plugin-livewire": "^v4.0",
55+
"rector/rector": "^2.2",
5656
"roave/security-advisories": "dev-latest",
5757
"laravel/pail": "^1.2.2"
5858
},

0 commit comments

Comments
 (0)