Skip to content

Commit 37c7ac3

Browse files
committed
update
1 parent 99f8520 commit 37c7ac3

File tree

5 files changed

+1649
-0
lines changed

5 files changed

+1649
-0
lines changed

composer.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "ardabeyazoglu/php-ds-array-benchmark",
3+
"require": {
4+
"phpbench/phpbench": "^1.2"
5+
},
6+
"license": "MIT",
7+
"autoload": {
8+
"psr-4": {
9+
"PhpDsArrayBenchmark\\": "src/"
10+
}
11+
},
12+
"authors": [
13+
{
14+
"name": "Arda Beyazoglu",
15+
"email": "[email protected]"
16+
}
17+
],
18+
"minimum-stability": "stable"
19+
}

0 commit comments

Comments
 (0)