Adding json install files

This commit is contained in:
ulvii 2017-05-23 12:44:09 -07:00
parent c2ef4d8658
commit 4fdbf63ee8
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"name": "Benchmark - PHP Drivers for SQL Server",
"require-dev": {
"phpbench/phpbench": "^1.0@dev"
},
"autoload": {
"psr-4": {
"SqlsrvPerfTest\\": "lib",
"PDOSqlsrvPerfTest\\": "lib"
}
}
}

View file

@ -0,0 +1,3 @@
{
"bootstrap": "vendor/autoload.php"
}