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-contracts/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-contracts",
3
"type": "library",
4
"description": "Generic abstractions related to translation",
5
"keywords": ["abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards"],
6
"homepage": "https://symfony.com",
7
"license": "MIT",
8
"authors": [
9
{
10
"name": "Nicolas Grekas",
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
},
21
"autoload": {
22
"psr-4": { "Symfony\\Contracts\\Translation\\": "" },
23
"exclude-from-classmap": [
24
"/Test/"
25
]
26
},
27
"minimum-stability": "dev",
28
"extra": {
29
"branch-alias": {
30
"dev-main": "3.4-dev"
31
},
32
"thanks": {
33
"name": "symfony/contracts",
34
"url": "https://github.com/symfony/contracts"
35
}
36
}
37
}