Skip to content

Commit a757525

Browse files
committed
fixed name for packagelist
1 parent 9fd9a37 commit a757525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "joshcam/PHP-MySQLi-Database-Class",
2+
"name": "joshcam/mysqli-database-calss",
33
"description": "Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.",
44
"license": "GPL-3.0",
55
"require": {
@@ -8,4 +8,4 @@
88
"autoload": {
99
"files": ["MysqliDb.php"]
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)