20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"name": "fguillot/picodb",
|
|
"description": "Minimalist database query builder",
|
|
"homepage": "https://github.com/fguillot/picoDb",
|
|
"type": "library",
|
|
"license": "WTFPL",
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot",
|
|
"homepage": "http://fredericguillot.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"PicoDb": "lib/"}
|
|
}
|
|
}
|