Skip to content

Commit 46f93bf

Browse files
committed
typo fixed and authors added to composer.
1 parent 70c8124 commit 46f93bf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
"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
},

0 commit comments

Comments
 (0)