Skip to content

Commit 3a1cf85

Browse files
committed
Add composer.json
1 parent 67fa166 commit 3a1cf85

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "phpbenchmarks/mkframework-common",
3+
"license": "proprietary",
4+
"type": "project",
5+
"autoload": {
6+
"psr-4": {
7+
"PhpBenchmarksMkframework\\HelloWorldBenchmark\\": ""
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)