Skip to content

Commit 083d905

Browse files
committed
👆
1 parent 28975f6 commit 083d905

File tree

5 files changed

+3
-45
lines changed

5 files changed

+3
-45
lines changed

.github/workflows/phpstan.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@
3131
"orchestra/testbench": "^8.0",
3232
"pestphp/pest": "^2.0",
3333
"pestphp/pest-plugin-arch": "^2.0",
34-
"pestphp/pest-plugin-laravel": "^2.0",
35-
"phpstan/extension-installer": "^1.1",
36-
"phpstan/phpstan-deprecation-rules": "^1.0",
37-
"phpstan/phpstan-phpunit": "^1.0"
34+
"pestphp/pest-plugin-laravel": "^2.0"
35+
3836
},
3937
"autoload": {
4038
"psr-4": {

config/translations-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
|
5252
*/
5353

54-
'middleware' => ['api'],
54+
'middleware' => ['api', 'auth:sanctum'],
5555

5656
/*
5757
|--------------------------------------------------------------------------

phpstan-baseline.neon

Whitespace-only changes.

phpstan.neon.dist

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)