Skip to content

Commit

Permalink
Merge pull request #95 from boesing/qa/fix-phpbench
Browse files Browse the repository at this point in the history
fix phpbench in 2.12.x
  • Loading branch information
boesing committed May 2, 2021
2 parents d789161 + 432b223 commit 3b77bbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-serializer": "^2.6",
"phpbench/phpbench": "^1.0.0-alpha8",
"phpbench/phpbench": "^1.0.0-beta2",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5"
},
Expand Down
6 changes: 3 additions & 3 deletions phpbench.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bootstrap": "vendor/autoload.php",
"path": "benchmark",
"retry_threshold": 5
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "benchmark",
"runner.retry_threshold": 5
}

0 comments on commit 3b77bbe

Please sign in to comment.