Commit 188b9ed9 authored by Kevin Kaske's avatar Kevin Kaske

Add composer.json file

parent 9026a39c
{
"name": "joshcam/PHP-MySQLi-Database-Class",
"description": "Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.",
"license": "GPL-3.0",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"files": ["MysqliDb.php"]
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment