forked from Zemistr/l10n-nette-translator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 886 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
38
39
40
41
42
43
{
"name": "kocicak/l10n-nette-translator",
"description": "Simple l10n translator panel for Tracy",
"keywords": [
"l10n",
"localization",
"translator",
"nette",
"tracy"
],
"homepage": "https://github.com/Zemistr/l10n-nette-translator",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Martin Zeman (Zemistr)",
"homepage": "http://zemistr.eu"
},
{
"name": "Milan Kocourek"
}
],
"require": {
"php": ">=7.1",
"kocicak/l10n": "^2.0",
"nette/di": "^3.0",
"nette/application": "^3.0",
"nette/http": "^3.0",
"nette/utils": "^3.0",
"tracy/tracy": "^2.6"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/Kocicak/l10n.git"
}
],
"autoload": {
"psr-4": {
"l10nNetteTranslator\\": "src/l10nNetteTranslator"
}
}
}