mirror of
https://ghproxy.net/https://github.com/aspirepress/AspireCloud.git
synced 2025-10-04 23:20:41 +08:00
build improvements and fixes (#85)
This commit is contained in:
parent
0e100a50bc
commit
0a3b4700dd
12 changed files with 1080 additions and 17 deletions
|
@ -27,6 +27,7 @@
|
|||
"nunomaduro/collision": "^8.1",
|
||||
"pestphp/pest": "^3.4",
|
||||
"pestphp/pest-plugin-laravel": "^3.0",
|
||||
"phpro/grumphp": "^2.9",
|
||||
"phpstan/phpstan": "^1.12",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"spatie/laravel-web-tinker": "^1.9",
|
||||
|
@ -76,7 +77,8 @@
|
|||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"pestphp/pest-plugin": true,
|
||||
"php-http/discovery": true
|
||||
"php-http/discovery": true,
|
||||
"phpro/grumphp": true
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue