This repo contains our default pint configuration and is used by our projects.
- PHP ^8.1
- Pint ^1.10.6
Add the following script to your composer file:
{
"pint": [
"@php vendor/bin/pint --config https://raw.githubusercontent.com/DIJ-digital/pint-config/main/pint.json"
]
}