Skip to content

Commit

Permalink
添加laravel11支持
Browse files Browse the repository at this point in the history
  • Loading branch information
PorygonCN committed Oct 23, 2024
1 parent fc93239 commit fc66b3a
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "dcat/laravel-admin",
"description": "dcat admin",
"type": "library",
"keywords": ["dcat", "laravel", "admin", "grid", "form", "laravel admin"],
"keywords": [
"dcat",
"laravel",
"admin",
"grid",
"form",
"laravel admin"
],
"homepage": "https://github.com/jqhph/dcat-admin",
"license": "MIT",
"authors": [
Expand All @@ -13,16 +20,17 @@
],
"require": {
"php": ">=7.1.0",
"laravel/framework": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.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"
"doctrine/dbal": "^2.6|^3.0|^4.0",
"dcat/easy-excel": "*"
},
"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": "~5.9|~6|~7.0|~8.0",
"phpstan/phpstan": "^0.12.0|~1.0",
"phpunit/phpunit": "^7.5|~9|~10|~11",
"fakerphp/faker": "^1.23",
"mockery/mockery": "^1.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fc66b3a

Please sign in to comment.