Skip to content

Commit de2a617

Browse files
committed
Merge pull request #219 from avbdr/master
fixes
2 parents 9fd9a37 + 46f93bf commit de2a617

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

composer.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
{
2-
"name": "joshcam/PHP-MySQLi-Database-Class",
2+
"name": "joshcam/mysqli-database-class",
33
"description": "Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.",
44
"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+
"role": "Developer"
17+
}
18+
],
519
"require": {
620
"php": ">=5.3.0"
721
},
822
"autoload": {
923
"files": ["MysqliDb.php"]
1024
}
11-
}
25+
}

0 commit comments

Comments
 (0)