NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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
composer.json
{
    "name": "mustangostang/spyc",
    "description": "A simple YAML loader/dumper class for PHP",
    "type": "library",
    "keywords": [
        "spyc",
        "yaml",
        "yml"
    ],
    "homepage": "https://github.com/mustangostang/spyc/",
    "authors" : [{
        "name": "mustangostang",
        "email": "[email protected]"
    }],
    "license": "MIT",
    "require": {
        "php": ">=5.3.1"
    },
    "autoload": {
        "files": [ "Spyc.php" ]
    },
    "require-dev": {
        "phpunit/phpunit": "4.3.*@dev"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "0.5.x-dev"
        }
    }
}