Skip to content

Commit

Permalink
feat : upgrade to laravel 10 from 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilsonxhero committed May 17, 2023
1 parent 4f492f9 commit a8e62ce
Show file tree
Hide file tree
Showing 3 changed files with 783 additions and 948 deletions.
6 changes: 3 additions & 3 deletions app/Providers/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public function boot()
{
$this->registerPolicies();

if (!$this->app->routesAreCached()) {
Passport::routes();
}
// if (!$this->app->routesAreCached()) {
// Passport::routes();
// }
}
}
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
],
"license": "MIT",
"require": {
"php": "^8.0.2",
"php": "^8.1",
"awssat/laravel-visits": "^5.0",
"cviebrock/eloquent-sluggable": "^9.0",
"cviebrock/eloquent-sluggable": "^10.0",
"guzzlehttp/guzzle": "^7.2",
"hilsonxhero/elasticvision": "^2.0",
"intervention/image": "^2.7",
"jenssegers/agent": "^2.6",
"laravel/framework": "^9.19",
"laravel/framework": "^10.0",
"laravel/octane": "^1.4",
"laravel/passport": "^10.4",
"laravel/sanctum": "^2.14.1",
"laravel/passport": "^11.0",
"laravel/sanctum": "^3.2",
"laravel/scout": "^9.4",
"laravel/tinker": "^2.7",
"melipayamak/laravel": "1.0.0",
"melipayamak/php": "1.0.0",
"morilog/jalali": "3.*",
"nwidart/laravel-modules": "^9.0",
"predis/predis": "^2.0",
"shetabit/payment": "^4.3",
"shetabit/payment": "^5.2.1",
"spatie/laravel-medialibrary": "^10.4",
"spatie/laravel-permission": "^5.5"
},
Expand All @@ -35,9 +35,9 @@
"laravel/sail": "^1.15",
"laravel/telescope": "^4.9",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^1.0"
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -83,6 +83,6 @@
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}
Loading

0 comments on commit a8e62ce

Please sign in to comment.