Skip to content

Commit

Permalink
feat: !BREAKING CHANGE: Upgrade to Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Feb 16, 2023
1 parent 6ff2605 commit 3a07235
Show file tree
Hide file tree
Showing 3 changed files with 1,751 additions and 1,969 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\CheckForMaintenanceMode::class,
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
\App\Http\Middleware\TrimStrings::class,
Expand Down
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.2",
"ext-json": "*",
"fruitcake/laravel-cors": "^2.0",
"laravel/framework": "^9.0",
"laravel/tinker": "^2.5",
"lildude/phpsmug": "dev-updateGuzzle"
"laravel/framework": "^10.0",
"laravel/tinker": "^2.8",
"lildude/phpsmug": "dev-updateGuzzle",
"spatie/laravel-ignition": "^2.0"
},
"require-dev": {
"spatie/laravel-ignition": "^1.0",
"fakerphp/faker": "^1.9.1",
"fakerphp/faker": "^1.19.0",
"mockery/mockery": "^1.4.1",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.3.3"
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 3a07235

Please sign in to comment.