aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 31eae67166754a4f6cf0635996a1a1a0c0c4e924 (plain)
1
2
3
4
5
6
7
8
{
    "require": {
        "php": ">=8.5"
    },
    "require-dev": {
        "php-parallel-lint/php-parallel-lint": "^1.4"
    }
}