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.
1 parent 70c8124 commit 46f93bfCopy full SHA for 46f93bf
composer.json
@@ -2,6 +2,20 @@
2
"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
},
0 commit comments