mirror of
https://ghproxy.net/https://github.com/aspirepress/AspireCloud.git
synced 2025-10-04 23:20:41 +08:00
Drop GrumPHP, switch house style to PER-CS, and use Pint (#135)
* chore: replace php-cs-fixer with laravel pint * style: run pint * fix: remove grumphp entirely
This commit is contained in:
parent
35482eb543
commit
facf90cb30
26 changed files with 124 additions and 2444 deletions
|
@ -23,14 +23,13 @@
|
|||
"require-dev": {
|
||||
"barryvdh/laravel-ide-helper": "^3.3.0",
|
||||
"fakerphp/faker": "^1.24.1",
|
||||
"friendsofphp/php-cs-fixer": "^3.65",
|
||||
"larastan/larastan": "^2.9.12",
|
||||
"laravel/pail": "^1.2.1",
|
||||
"laravel/pint": "^1.20",
|
||||
"mockery/mockery": "^1.6.12",
|
||||
"nunomaduro/collision": "^8.5",
|
||||
"pestphp/pest": "^3.7.1",
|
||||
"pestphp/pest-plugin-laravel": "^3.0",
|
||||
"phpro/grumphp": "^2.10",
|
||||
"phpstan/phpstan": "^1.12.13",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"spatie/laravel-web-tinker": "^1.9",
|
||||
|
@ -80,8 +79,7 @@
|
|||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"pestphp/pest-plugin": true,
|
||||
"php-http/discovery": true,
|
||||
"phpro/grumphp": true
|
||||
"php-http/discovery": true
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue