2 changed files with 30 additions and 0 deletions
@ -0,0 +1,29 @@ |
|||||||
|
{ |
||||||
|
"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": "[email protected]", |
||||||
|
"role": "lead" |
||||||
|
} |
||||||
|
], |
||||||
|
"support": { |
||||||
|
"issues": "https://github.com/colshrapnel/safemysql/issues" |
||||||
|
}, |
||||||
|
"require": { |
||||||
|
"php": ">=5.0.0", |
||||||
|
"ext-mysqli": "*" |
||||||
|
}, |
||||||
|
"autoload": { |
||||||
|
"files": ["safemysql.class.php"] |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue