{
    "name": "mongodb/mongodb-benchmark",
    "type": "project",
    "repositories": [
        {
            "type": "path",
            "url": "../",
            "symlink": true
        }
    ],
    "replace": {
        "symfony/polyfill-php80": "*",
        "symfony/polyfill-php81": "*"
    },
    "require": {
        "php": ">=8.1",
        "ext-pcntl": "*",
        "amphp/parallel": "^2.2",
        "mongodb/mongodb": "@dev",
        "phpbench/phpbench": "^1.2"
    },
    "autoload": {
        "psr-4": {
            "MongoDB\\Benchmark\\": "src/"
        }
    },
    "scripts": {
        "benchmark": "phpbench run --report=aggregate"
    },
    "config": {
        "sort-packages": true
    }
}
