2.9.2 composer bugfix release (#718)
Showing
{ | { | ||
"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"] | ||
} | } | ||
} | } |
Please register or sign in to comment