forked from rectorphp/rector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
laravel57.yaml
26 lines (24 loc) · 981 Bytes
/
laravel57.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# see: https://laravel.com/docs/5.7/upgrade
services:
Rector\Rector\Visibility\ChangeMethodVisibilityRector:
Illuminate\Routing\Router:
addRoute: 'public'
Illuminate\Contracts\Auth\Access\Gate:
raw: 'public'
Rector\Rector\Argument\ArgumentAdderRector:
Illuminate\Auth\Middleware\Authenticate:
authenticate:
name: 'request'
Illuminate\Foundation\Auth\ResetsPasswords:
sendResetResponse:
name: 'request'
type: 'Illuminate\Http\Illuminate\Http'
Illuminate\Foundation\Auth\SendsPasswordResetEmails:
sendResetLinkResponse:
name: 'request'
type: 'Illuminate\Http\Illuminate\Http'
Rector\Laravel\Rector\StaticCall\Redirect301ToPermanentRedirectRector: ~
Rector\Rector\Argument\ArgumentRemoverRector:
Illuminate\Foundation\Application:
1:
name: 'options'