Add composer.json file
Showing
composer.json
0 → 100644
{ | |||
"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 |
Please register or sign in to comment