FlameCore/Seabreeze

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "flamecore/seabreeze",
    "description": "Deployment tool for database-driven PHP applications",
    "type": "library",
    "homepage": "http://www.flamecore.org",
    "keywords": ["deployment"],
    "license": "ISC",
    "authors": [
        {
            "name": "Christian Neff",
            "email": "christian.neff@gmail.com",
            "homepage": "http://www.secondtruth.de",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/FlameCore/Seabreeze/issues",
        "wiki": "https://github.com/FlameCore/Seabreeze/wiki"
    },
    "require": {
        "php": ">=5.4",
        "flamecore/synchronizer": "~0.1",
        "flamecore/synchronizer-files": "dev-master",
        "flamecore/event-observer": "~1.0",
        "symfony/yaml": "~2.5",
        "symfony/console": "~2.5",
        "symfony/process": "~2.5"
    },
    "require-dev": {
        "phpunit/phpunit": "4.5.*",
        "scrutinizer/ocular": "~1.1",
        "codeclimate/php-test-reporter": "0.1.*"
    },
    "autoload": {
        "psr-4": {
            "FlameCore\\Seabreeze\\": "libraries/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "FlameCore\\Seabreeze\\Tests\\": "tests/"
        }
    },
    "bin": ["bin/breeze"]
}