We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52119a1 commit ee71301Copy full SHA for ee71301
composer.json
@@ -31,6 +31,7 @@
31
"require-dev": {
32
"larastan/larastan": "^1.0|^2.0",
33
"laravel/passport": "^11.0|^12.0",
34
+ "laravel/pint": "^1.0",
35
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0",
36
"phpunit/phpunit": "^9.4|^10.1"
37
},
@@ -65,7 +66,7 @@
65
66
67
"scripts": {
68
"test": "phpunit",
- "format": "php-cs-fixer fix --allow-risky=yes",
69
+ "format": "pint",
70
"analyse": "phpstan analyse"
71
}
72
pint.json
@@ -0,0 +1,6 @@
1
+{
2
+ "preset": "laravel",
3
+ "rules": {
4
+ "php_unit_method_casing": false
5
+ }
6
+}
0 commit comments