File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 10
10
* @copyright Copyright (c) 2010-2017
11
11
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
12
12
* @link http://github.com/joshcam/PHP-MySQLi-Database-Class
13
- * @version 2.9.1
13
+ * @version 2.9.2
14
14
*/
15
15
16
16
class MysqliDb
Original file line number Diff line number Diff line change 1
1
{
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 " ,
5
5
"authors" : [
6
6
{
7
7
"name" : " Josh Campbell" ,
16
16
"role" : " Developer"
17
17
}
18
18
],
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
+ }
25
25
}
You can’t perform that action at this time.
0 commit comments