You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
706 B
30 lines
706 B
12 years ago
|
{
|
||
|
"name": "colshrapnel/safemysql",
|
||
|
"description": "A real safe and convenient way to handle MySQL queries.",
|
||
|
"type": "library",
|
||
|
"version": "0.0.1",
|
||
|
"keywords": [
|
||
|
"db",
|
||
|
"mysql"
|
||
|
],
|
||
|
"homepage": "https://github.com/colshrapnel/safemysql",
|
||
|
"license": "Apache-2.0",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Colonel Shrapnel",
|
||
|
"email": "specify.me.please@gmail.com",
|
||
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/colshrapnel/safemysql/issues"
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.0.0",
|
||
|
"ext-mysqli": "*"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": ["safemysql.class.php"]
|
||
|
}
|
||
|
}
|