aboutsummaryrefslogtreecommitdiffstats
path: root/vendor-bin/phpunit/composer.json
blob: ed85d8fb637092e53c5688ea693edee1caef4cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "8.0"
        }
    },
    "require": {
        "phpunit/phpunit": "9.6"
    }
}