Skip to content

Commit 53a7abf

Browse files
authored
Create composer.json
1 parent eaafb17 commit 53a7abf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "phpbenchmarks/cake-php",
3+
"license": "proprietary",
4+
"type": "project",
5+
"autoload": {
6+
"psr-4": {
7+
"PhpBenchmarksCakePhp\\": ""
8+
}
9+
},
10+
"require": {
11+
"php": ">=5.4.0",
12+
"phpbenchmarks/benchmark-rest-data": "1.0.0"
13+
}
14+
}

0 commit comments

Comments
 (0)