diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..514b9236 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "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