tell/composer.json

19 lines
345 B
JSON
Raw Normal View History

{
"name": "mcnd/tell",
"description": "JSON-based i18n library.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "mcndave@gmail.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"Tell\\": "src/"
}
}
}