Skip to content

Commit e122f8e

Browse files
authored
2.9.2 composer bugfix release (#718)
1 parent 30d7d0f commit e122f8e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

MysqliDb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @copyright Copyright (c) 2010-2017
1111
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
1212
* @link http://github.com/joshcam/PHP-MySQLi-Database-Class
13-
* @version 2.9.1
13+
* @version 2.9.2
1414
*/
1515

1616
class MysqliDb

composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "joshcam/mysqli-database-class",
3-
"description": "PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements",
4-
"license": "GPL-3.0",
2+
"name": "joshcam/mysqli-database-class",
3+
"description": "PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements",
4+
"license": "GPL-3.0-or-later",
55
"authors": [
66
{
77
"name": "Josh Campbell",
@@ -16,10 +16,10 @@
1616
"role": "Developer"
1717
}
1818
],
19-
"require": {
20-
"php": ">=5.3.0"
21-
},
22-
"autoload": {
23-
"files": ["MysqliDb.php", "dbObject.php"]
24-
}
19+
"require": {
20+
"php": ">=5.3.0"
21+
},
22+
"autoload": {
23+
"files": ["MysqliDb.php", "dbObject.php"]
24+
}
2525
}

0 commit comments

Comments
 (0)