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