21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"name" : "inforsistemas/lang",
|
|
"description" : "A simple internationalization library",
|
|
"type" : "library",
|
|
"authors" : [
|
|
{
|
|
"name" : "Artur Welp",
|
|
"email" : "ahwelp@universo.univates.br"
|
|
}
|
|
],
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"Lang\\" : "src/Lang/"
|
|
}
|
|
},
|
|
"require" : { },
|
|
"suggest" : {
|
|
"ext-memcached" : "Necessary for Memcached (MEMCACHED in buildStrings)"
|
|
}
|
|
}
|