First Commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user