forked from iguana007/NetteTranslator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (31 loc) · 779 Bytes
/
composer.json
File metadata and controls
37 lines (31 loc) · 779 Bytes
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": "flame/translator",
"description": "Nette translator for multilanguage applications",
"keywords": ["translator", "nette", "simple", "flame", "tools", "multilanguage"],
"homepage": "https://github.com/flame-org/Translator",
"license": "BSD-2-Clause-FreeBSD",
"minimum-stability":"dev",
"authors": [
{
"name": "Jiří Šifalda",
"homepage": "http://jsifalda.name/"
}
],
"support":{
"email":"flame@jsifalda.name",
"issues":"https://github.com/flame-org/Translator/issues"
},
"require": {
"php": ">=5.3.2",
"nette/nette": ">=2.0.1"
},
"suggest": {
"flame/framework": ">=2.0.0"
},
"config": {
"vendor-dir": "libs"
},
"autoload": {
"psr-0": {"Flame": ""}
}
}