Commit 46f93bfb authored by Alexander Butenko's avatar Alexander Butenko

typo fixed and authors added to composer.

parent 70c81247
......@@ -2,6 +2,20 @@
"name": "joshcam/mysqli-database-class",
"description": "Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.",
"license": "GPL-3.0",
"authors": [
{
"name": "Josh Campbell",
"email": "josh.lee.campbell@gmail.com",
"homepage": "https://github.com/joshcam",
"role": "Developer"
},
{
"name": "Alexander V. Butenko",
"email": "a.butenka@gmail.com",
"homepage": "http://smarttechdo.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment