chore(*.php): use pint for php formatting

This commit is contained in:
Cory Dransfeldt 2025-06-14 16:55:03 -07:00
parent 029caaaa9e
commit cf1ee4c97f
No known key found for this signature in database
40 changed files with 2261 additions and 1900 deletions

View file

@ -9,10 +9,11 @@
"sokil/php-isocodes": "^4.2",
"sokil/php-isocodes-db-only": "^4.0"
},
"require-dev": {
"laravel/pint": "^1.22"
},
"scripts": {
"start": [
"@php -S localhost:8000 -t dist"
]
"format:php": "vendor/bin/pint"
},
"autoload": {
"psr-4": {