We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0c378 commit b38c92eCopy full SHA for b38c92e
composer.json
@@ -19,7 +19,7 @@
19
"doctrine/coding-standard": "^8.2",
20
"ergebnis/composer-normalize": "^2.13",
21
"nyholm/psr7": "^1.2",
22
- "phpbench/phpbench": "^1.0.0-alpha7",
+ "phpbench/phpbench": "1.0.0-beta1",
23
"phpstan/extension-installer": "^1.0",
24
"phpstan/phpstan": "0.12.82",
25
"phpstan/phpstan-phpunit": "0.12.18",
phpbench.json
@@ -1,6 +1,6 @@
1
{
2
- "bootstrap": "vendor/autoload.php",
3
- "path": "benchmarks",
4
- "retry_threshold": 5,
5
- "time_unit": "milliseconds"
+ "runner.bootstrap": "vendor/autoload.php",
+ "runner.path": "benchmarks",
+ "runner.retry_threshold": 5,
+ "runner.time_unit": "milliseconds"
6
}
0 commit comments