diff --git a/benchmark/composer.json b/benchmark/composer.json index f42dc749d..bb8e1718c 100644 --- a/benchmark/composer.json +++ b/benchmark/composer.json @@ -1,26 +1,30 @@ { - "name": "mongodb/mongodb-benchmark", - "type": "project", - "repositories": [ - { - "type": "path", - "url": "../", - "symlink": true + "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-functions": "^1.1", + "mongodb/mongodb": "@dev", + "phpbench/phpbench": "^1.2" + }, + "autoload": { + "psr-4": { + "MongoDB\\Benchmark\\": "src/" + } + }, + "scripts": { + "benchmark": "phpbench run --report=aggregate" } - ], - "require": { - "php": ">=8.1", - "ext-pcntl": "*", - "amphp/parallel-functions": "^1.1", - "mongodb/mongodb": "@dev", - "phpbench/phpbench": "^1.2" - }, - "autoload": { - "psr-4": { - "MongoDB\\Benchmark\\": "src/" - } - }, - "scripts": { - "benchmark": "phpbench run --report=aggregate" - } } diff --git a/composer.json b/composer.json index 6a585b538..b02e4eef6 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,6 @@ "ext-json": "*", "ext-mongodb": "^1.16.0", "jean85/pretty-package-versions": "^2.0.1", - "symfony/polyfill-php73": "^1.27", "symfony/polyfill-php80": "^1.27", "symfony/polyfill-php81": "^1.27" },