Skip to content

Commit

Permalink
Merge pull request #219 from avbdr/master
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
avbdr committed Apr 25, 2015
2 parents 9fd9a37 + 46f93bf commit de2a617
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions composer.json
@@ -1,11 +1,25 @@
{
"name": "joshcam/PHP-MySQLi-Database-Class",
"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"
},
"autoload": {
"files": ["MysqliDb.php"]
}
}
}

0 comments on commit de2a617

Please sign in to comment.