Skip to content

Commit 7de763e

Browse files
committed
Обновлены зависимости для работы с php8.2
1 parent dd371bd commit 7de763e

File tree

3 files changed

+20
-101
lines changed

3 files changed

+20
-101
lines changed

app/Http/Kernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Kernel extends HttpKernel
1616
protected $middleware = [
1717
// \App\Http\Middleware\TrustHosts::class,
1818
\App\Http\Middleware\TrustProxies::class,
19-
\Fruitcake\Cors\HandleCors::class,
19+
\Illuminate\Http\Middleware\HandleCors::class,
2020
\App\Http\Middleware\PreventRequestsDuringMaintenance::class,
2121
\App\Http\Middleware\TrimStrings::class,
2222
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"ext-pdo": "*",
2727
"cbschuld/browser.php": "~1.9",
2828
"doctrine/dbal": "^3.6",
29-
"fruitcake/laravel-cors": "^3.0",
3029
"google/recaptcha": "~1.3",
3130
"gregwar/captcha": "^1.1",
3231
"guzzlehttp/guzzle": "^7.5",

composer.lock

+19-99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)