We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd9a37 + 46f93bf commit de2a617Copy full SHA for de2a617
composer.json
@@ -1,11 +1,25 @@
1
{
2
- "name": "joshcam/PHP-MySQLi-Database-Class",
+ "name": "joshcam/mysqli-database-class",
3
"description": "Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.",
4
"license": "GPL-3.0",
5
+ "authors": [
6
+ {
7
+ "name": "Josh Campbell",
8
+ "email": "josh.lee.campbell@gmail.com",
9
+ "homepage": "https://github.com/joshcam",
10
+ "role": "Developer"
11
+ },
12
13
+ "name": "Alexander V. Butenko",
14
+ "email": "a.butenka@gmail.com",
15
+ "homepage": "http://smarttechdo.com",
16
17
+ }
18
+ ],
19
"require": {
20
"php": ">=5.3.0"
21
},
22
"autoload": {
23
"files": ["MysqliDb.php"]
24
}
-}
25
+}
0 commit comments