We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717a8ee commit b8fb307Copy full SHA for b8fb307
composer.json
@@ -25,6 +25,7 @@
25
"spatie/laravel-package-tools": "^1.9.2"
26
},
27
"require-dev": {
28
+ "friendsofphp/php-cs-fixer": "^3.8",
29
"nunomaduro/collision": "^6.0",
30
"nunomaduro/larastan": "^2.0.1",
31
"orchestra/testbench": "^7.0",
@@ -49,6 +50,7 @@
49
50
51
"scripts": {
52
"analyse": "vendor/bin/phpstan analyse --memory-limit 256M",
53
+ "fix": "vendor/bin/php-cs-fixer fix --config .php_cs.dist.php",
54
"test": "vendor/bin/pest",
55
"test-coverage": "vendor/bin/pest --coverage"
56
database/factories/.gitkeep
0 commit comments