Skip to content

Commit

Permalink
修改 composer.json 文件中的依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejd3 committed Sep 9, 2024
1 parent bd8c431 commit 187b2fc
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@
}
],
"require": {
"php": ">=7.1.0",
"laravel/framework": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"spatie/eloquent-sortable": "3.*|4.*",
"doctrine/dbal": "^2.6|^3.0"
"php": "^8.2",
"laravel/framework": "^11.22",
"spatie/eloquent-sortable": "^4.4",
"doctrine/dbal": "^4.1"
},
"require-dev": {
"laravel/dusk": "~5.9|~6",
"phpstan/phpstan": "^0.12.0",
"phpunit/phpunit": "^7.5|~9",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0"
"laravel/dusk": "^8.2",
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^11.3",
"mockery/mockery": "^1.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 187b2fc

Please sign in to comment.