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/dasprid/enum/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": "dasprid/enum",
3
"description": "PHP 7.1 enum implementation",
4
"license": "BSD-2-Clause",
5
"authors": [
6
{
7
"name": "Ben Scholzen 'DASPRiD'",
8
"email": "[email protected]",
9
"homepage": "https://dasprids.de/",
10
"role": "Developer"
11
}
12
],
13
"keywords": [
14
"enum",
15
"map"
16
],
17
"require": {
18
"php": ">=7.1 <9.0"
19
},
20
"require-dev": {
21
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
22
"squizlabs/php_codesniffer": "*"
23
},
24
"autoload": {
25
"psr-4": {
26
"DASPRiD\\Enum\\": "src/"
27
}
28
},
29
"autoload-dev": {
30
"psr-4": {
31
"DASPRiD\\EnumTest\\": "test/"
32
}
33
}
34
}