Skip to content

Commit

Permalink
2.9.2 composer bugfix release (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
avbdr committed Feb 8, 2018
1 parent 30d7d0f commit e122f8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MysqliDb.php
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions composer.json
@@ -1,7 +1,7 @@
{
"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",
Expand All @@ -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"]
}
}

0 comments on commit e122f8e

Please sign in to comment.