Skip to content

Commit

Permalink
update to Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj committed Feb 5, 2024
1 parent 3d9608e commit 2e9f63a
Show file tree
Hide file tree
Showing 3 changed files with 1,314 additions and 2,072 deletions.
23 changes: 11 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"doctrine/dbal": "^2.9",
"php": "^8.1",
"doctrine/dbal": "^3.0",
"fakerphp/faker": "^1.23",
"guzzlehttp/guzzle": "^7.5",
"lab404/laravel-impersonate": "^1.7.3",
"lab404/laravel-impersonate": "^1.7.4",
"laracasts/cypress": "^3.0",
"laravel/framework": "^9.19",
"laravel/sanctum": "^2.6",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.7",
"orangehill/iseed": "^3.0",
"owen-it/laravel-auditing": "^12.0",
"owen-it/laravel-auditing": "^13.0",
"razorbacks/laravel-shibboleth": "dev-umn",
"sentry/sentry-laravel": "^2.4",
"sentry/sentry-laravel": "^4.2",
"spatie/laravel-permission": "^5.0"
},
"require-dev": {
Expand All @@ -34,12 +35,10 @@
"beyondcode/laravel-dump-server": "^1.0",
"deployer/deployer": "^7.1",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.9",
"laravel/dusk": "^6.0",
"laravel/sail": "^1.0",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.0"
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0"
},
"config": {
"optimize-autoloader": true,
Expand Down Expand Up @@ -69,7 +68,7 @@
"Database\\Seeders\\": "database/seeders/"
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"scripts": {
"post-autoload-dump": [
Expand Down
Loading

0 comments on commit 2e9f63a

Please sign in to comment.