Skip to content

Commit

Permalink
Обновлены зависимости для работы с php8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
visavi committed May 3, 2023
1 parent dd371bd commit 7de763e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 101 deletions.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Kernel extends HttpKernel
protected $middleware = [
// \App\Http\Middleware\TrustHosts::class,
\App\Http\Middleware\TrustProxies::class,
\Fruitcake\Cors\HandleCors::class,
\Illuminate\Http\Middleware\HandleCors::class,
\App\Http\Middleware\PreventRequestsDuringMaintenance::class,
\App\Http\Middleware\TrimStrings::class,
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"ext-pdo": "*",
"cbschuld/browser.php": "~1.9",
"doctrine/dbal": "^3.6",
"fruitcake/laravel-cors": "^3.0",
"google/recaptcha": "~1.3",
"gregwar/captcha": "^1.1",
"guzzlehttp/guzzle": "^7.5",
Expand Down
118 changes: 19 additions & 99 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7de763e

Please sign in to comment.