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:
Chuck Adams 2025-01-19 20:18:34 -07:00 committed by GitHub
parent 35482eb543
commit facf90cb30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 124 additions and 2444 deletions

View file

@ -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",