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