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/mustangostang/spyc/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": "mustangostang/spyc",
3
"description": "A simple YAML loader/dumper class for PHP",
4
"type": "library",
5
"keywords": [
6
"spyc",
7
"yaml",
8
"yml"
9
],
10
"homepage": "https://github.com/mustangostang/spyc/",
11
"authors" : [{
12
"name": "mustangostang",
13
"email": "[email protected]"
14
}],
15
"license": "MIT",
16
"require": {
17
"php": ">=5.3.1"
18
},
19
"autoload": {
20
"files": [ "Spyc.php" ]
21
},
22
"require-dev": {
23
"phpunit/phpunit": "4.3.*@dev"
24
},
25
"extra": {
26
"branch-alias": {
27
"dev-master": "0.5.x-dev"
28
}
29
}
30
}