Skip to content

Commit

Permalink
Return PhpBench back to standard composer.json ¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Mar 12, 2024
1 parent 639386b commit 4078948
Show file tree
Hide file tree
Showing 6 changed files with 1,593 additions and 592 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
custom-cache-suffix: "ci"

- name: "PhpBench"
run: "tools/vendor/bin/phpbench run --progress=dots --iterations=1"
run: "vendor/bin/phpbench run --progress=dots --iterations=1"

coding-standards:
name: "Check Coding Standards"
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

],
"require-dev": {
"phpbench/phpbench": "^1.2.15",
"phpunit/phpunit": "^11.0.5"
},
"autoload": {
Expand All @@ -42,7 +43,8 @@
},
"autoload-dev": {
"psr-4": {
"Roave\\BetterReflectionTest\\": "test/unit"
"Roave\\BetterReflectionTest\\": "test/unit",
"Roave\\BetterReflectionBenchmark\\": "test/benchmark"
}
},
"conflict": {
Expand Down
Loading

0 comments on commit 4078948

Please sign in to comment.