From 188b9ed97b40f4566520bd4bbf9194f39ac8d1d1 Mon Sep 17 00:00:00 2001 From: Kevin Kaske Date: Mon, 2 Mar 2015 14:47:00 -0600 Subject: [PATCH] Add composer.json file --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json 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