Skip to content

Commit 4078948

Browse files
committed
Return PhpBench back to standard composer.json ¯\_(ツ)_/¯
1 parent 639386b commit 4078948

File tree

6 files changed

+1593
-592
lines changed

6 files changed

+1593
-592
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
custom-cache-suffix: "ci"
299299

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

303303
coding-standards:
304304
name: "Check Coding Standards"

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
],
3535
"require-dev": {
36+
"phpbench/phpbench": "^1.2.15",
3637
"phpunit/phpunit": "^11.0.5"
3738
},
3839
"autoload": {
@@ -42,7 +43,8 @@
4243
},
4344
"autoload-dev": {
4445
"psr-4": {
45-
"Roave\\BetterReflectionTest\\": "test/unit"
46+
"Roave\\BetterReflectionTest\\": "test/unit",
47+
"Roave\\BetterReflectionBenchmark\\": "test/benchmark"
4648
}
4749
},
4850
"conflict": {

0 commit comments

Comments
 (0)