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.
28 lines
650 B
28 lines
650 B
12 years ago
|
{
|
||
|
"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",
|
||
12 years ago
|
"email": "[email protected]",
|
||
12 years ago
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/colshrapnel/safemysql/issues"
|
||
|
},
|
||
|
"require": {
|
||
10 years ago
|
"php": ">=5.0.0"
|
||
12 years ago
|
},
|
||
|
"autoload": {
|
||
|
"files": ["safemysql.class.php"]
|
||
|
}
|
||
|
}
|