We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440ebd6 commit 072725dCopy full SHA for 072725d
phpbench.json
@@ -1,8 +1,6 @@
1
{
2
"$schema": "vendor/phpbench/phpbench/phpbench.schema.json",
3
- "runner": {
4
- "bootstrap": "vendor/autoload.php",
5
- "path": "tests/Abuse/Bench",
6
- "file_pattern": "*.php"
7
- }
+ "runner.bootstrap": "vendor/autoload.php",
+ "runner.path": "tests/Abuse/Bench",
+ "runner.file_pattern": "*.php"
8
}
0 commit comments