-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1004 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "rayamedia/yima-locali",
"type": "yima-core-module",
"description": "Detection of locale through different strategies, include features for multilingual DB`s(translatable fields) plus CLDR data for full system localization of data, and many predefined useful locale helpers.",
"keywords": [
"localization",
"multi lingual",
"locale",
"languages",
"zf2 module",
"zf2",
"yima",
"raya media"
],
"authors": [
{
"name": "Payam Naderi",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"rayamedia/yima-plugin-installer": "dev-master"
},
"extra": {
"yima-plugin-name": "yimaLocali"
},
"autoload" : {
"psr-0" : {
"yimaLocali\\" : "src/"
},
"classmap" : [
"./Module.php"
]
},
"minimum-stability": "dev"
}