fixed name for packagelist
Showing
{ | ||
"name": "joshcam/PHP-MySQLi-Database-Class", | ||
"name": "joshcam/mysqli-database-calss", | ||
"description": "Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.", | ||
"license": "GPL-3.0", | ||
"require": { | ||
... | ... | @@ -8,4 +8,4 @@ |
"autoload": { | ||
"files": ["MysqliDb.php"] | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment