Skip to content

Commit fc66b3a

Browse files
committed
添加laravel11支持
1 parent fc93239 commit fc66b3a

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

composer.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "dcat/laravel-admin",
33
"description": "dcat admin",
44
"type": "library",
5-
"keywords": ["dcat", "laravel", "admin", "grid", "form", "laravel admin"],
5+
"keywords": [
6+
"dcat",
7+
"laravel",
8+
"admin",
9+
"grid",
10+
"form",
11+
"laravel admin"
12+
],
613
"homepage": "https://github.com/jqhph/dcat-admin",
714
"license": "MIT",
815
"authors": [
@@ -13,16 +20,17 @@
1320
],
1421
"require": {
1522
"php": ">=7.1.0",
16-
"laravel/framework": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0",
23+
"laravel/framework": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
1724
"spatie/eloquent-sortable": "3.*|4.*",
18-
"doctrine/dbal": "^2.6|^3.0"
25+
"doctrine/dbal": "^2.6|^3.0|^4.0",
26+
"dcat/easy-excel": "*"
1927
},
2028
"require-dev": {
21-
"laravel/dusk": "~5.9|~6",
22-
"phpstan/phpstan": "^0.12.0",
23-
"phpunit/phpunit": "^7.5|~9",
24-
"fzaninotto/faker": "^1.4",
25-
"mockery/mockery": "^1.0"
29+
"laravel/dusk": "~5.9|~6|~7.0|~8.0",
30+
"phpstan/phpstan": "^0.12.0|~1.0",
31+
"phpunit/phpunit": "^7.5|~9|~10|~11",
32+
"fakerphp/faker": "^1.23",
33+
"mockery/mockery": "^1.6"
2634
},
2735
"autoload": {
2836
"psr-4": {

0 commit comments

Comments
 (0)