public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/symfony/translation/composer.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"name": "symfony/translation",
3
"type": "library",
4
"description": "Provides tools to internationalize your application",
5
"keywords": [],
6
"homepage": "https://symfony.com",
7
"license": "MIT",
8
"authors": [
9
{
10
"name": "Fabien Potencier",
11
"email": "[email protected]"
12
},
13
{
14
"name": "Symfony Community",
15
"homepage": "https://symfony.com/contributors"
16
}
17
],
18
"require": {
19
"php": ">=8.1",
20
"symfony/deprecation-contracts": "^2.5|^3",
21
"symfony/polyfill-mbstring": "~1.0",
22
"symfony/translation-contracts": "^2.5|^3.0"
23
},
24
"require-dev": {
25
"nikic/php-parser": "^4.18|^5.0",
26
"symfony/config": "^5.4|^6.0|^7.0",
27
"symfony/console": "^5.4|^6.0|^7.0",
28
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
29
"symfony/http-client-contracts": "^2.5|^3.0",
30
"symfony/http-kernel": "^5.4|^6.0|^7.0",
31
"symfony/intl": "^5.4|^6.0|^7.0",
32
"symfony/polyfill-intl-icu": "^1.21",
33
"symfony/routing": "^5.4|^6.0|^7.0",
34
"symfony/service-contracts": "^2.5|^3",
35
"symfony/yaml": "^5.4|^6.0|^7.0",
36
"symfony/finder": "^5.4|^6.0|^7.0",
37
"psr/log": "^1|^2|^3"
38
},
39
"conflict": {
40
"symfony/config": "<5.4",
41
"symfony/dependency-injection": "<5.4",
42
"symfony/http-client-contracts": "<2.5",
43
"symfony/http-kernel": "<5.4",
44
"symfony/service-contracts": "<2.5",
45
"symfony/twig-bundle": "<5.4",
46
"symfony/yaml": "<5.4",
47
"symfony/console": "<5.4"
48
},
49
"provide": {
50
"symfony/translation-implementation": "2.3|3.0"
51
},
52
"autoload": {
53
"files": [ "Resources/functions.php" ],
54
"psr-4": { "Symfony\\Component\\Translation\\": "" },
55
"exclude-from-classmap": [
56
"/Tests/"
57
]
58
},
59
"minimum-stability": "dev"
60
}