Skip to content

Commit b8fb307

Browse files
build: update packages
1 parent 717a8ee commit b8fb307

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"spatie/laravel-package-tools": "^1.9.2"
2626
},
2727
"require-dev": {
28+
"friendsofphp/php-cs-fixer": "^3.8",
2829
"nunomaduro/collision": "^6.0",
2930
"nunomaduro/larastan": "^2.0.1",
3031
"orchestra/testbench": "^7.0",
@@ -49,6 +50,7 @@
4950
},
5051
"scripts": {
5152
"analyse": "vendor/bin/phpstan analyse --memory-limit 256M",
53+
"fix": "vendor/bin/php-cs-fixer fix --config .php_cs.dist.php",
5254
"test": "vendor/bin/pest",
5355
"test-coverage": "vendor/bin/pest --coverage"
5456
},

database/factories/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)