Skip to content

Commit

Permalink
[DEPS] upgrade to laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrotanner committed Mar 14, 2024
1 parent e67147c commit b58644e
Show file tree
Hide file tree
Showing 4 changed files with 1,103 additions and 977 deletions.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Kernel extends HttpKernel
*
* @var array
*/
protected $routeMiddleware = [
protected $middlewareAliases = [
'auth' => \Illuminate\Auth\Middleware\Authenticate::class,
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
Expand Down
2 changes: 0 additions & 2 deletions app/Providers/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->registerPolicies();

//
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ext-json": "*",
"drewm/mailchimp-api": "^2.5",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^9.0",
"laravel/framework": "^10.0",
"symfony/yaml": "^5.2"
},
"require-dev": {
Expand Down Expand Up @@ -57,6 +57,6 @@
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}
Loading

0 comments on commit b58644e

Please sign in to comment.