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.
27 lines
650 B
27 lines
650 B
{ |
|
"name": "colshrapnel/safemysql", |
|
"description": "A real safe and convenient way to handle MySQL queries.", |
|
"type": "library", |
|
"keywords": [ |
|
"db", |
|
"mysql" |
|
], |
|
"homepage": "https://github.com/colshrapnel/safemysql", |
|
"license": "Apache-2.0", |
|
"authors": [ |
|
{ |
|
"name": "Colonel Shrapnel", |
|
"email": "col.shrapnel@gmail.com", |
|
"role": "lead" |
|
} |
|
], |
|
"support": { |
|
"issues": "https://github.com/colshrapnel/safemysql/issues" |
|
}, |
|
"require": { |
|
"php": ">=5.0.0" |
|
}, |
|
"autoload": { |
|
"files": ["safemysql.class.php"] |
|
} |
|
}
|
|
|