Unverified Commit e122f8e0 authored by Alexander Butenko's avatar Alexander Butenko Committed by GitHub

2.9.2 composer bugfix release (#718)

parent 30d7d0fe
......@@ -10,7 +10,7 @@
* @copyright Copyright (c) 2010-2017
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
* @link http://github.com/joshcam/PHP-MySQLi-Database-Class
* @version 2.9.1
* @version 2.9.2
*/
class MysqliDb
......
{
"name": "joshcam/mysqli-database-class",
"description": "PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements",
"license": "GPL-3.0",
"name": "joshcam/mysqli-database-class",
"description": "PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Josh Campbell",
......@@ -16,10 +16,10 @@
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"files": ["MysqliDb.php", "dbObject.php"]
}
"require": {
"php": ">=5.3.0"
},
"autoload": {
"files": ["MysqliDb.php", "dbObject.php"]
}
}
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