f89ed85a83
fixes #365, #367
20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"name": "fguillot/picofarad",
|
|
"description": "Minimalist micro-framework",
|
|
"homepage": "https://github.com/fguillot/picoFarad",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot",
|
|
"homepage": "http://fredericguillot.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"PicoFarad": "lib/"}
|
|
}
|
|
}
|