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/deprecation-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/deprecation-contracts",
3
"type": "library",
4
"description": "A generic function and convention to trigger deprecation notices",
5
"homepage": "https://symfony.com",
6
"license": "MIT",
7
"authors": [
8
{
9
"name": "Nicolas Grekas",
10
"email": "[email protected]"
11
},
12
{
13
"name": "Symfony Community",
14
"homepage": "https://symfony.com/contributors"
15
}
16
],
17
"require": {
18
"php": ">=8.1"
19
},
20
"autoload": {
21
"files": [
22
"function.php"
23
]
24
},
25
"minimum-stability": "dev",
26
"extra": {
27
"branch-alias": {
28
"dev-main": "3.5-dev"
29
},
30
"thanks": {
31
"name": "symfony/contracts",
32
"url": "https://github.com/symfony/contracts"
33
}
34
}
35
}