ahilles107/updater

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "ahilles107/updater",
    "description": "Update your PHP applications from small update packages, generate update packages with aplication changed files.",
    "keywords": ["update", "upgrade", "php", "applications", "rollback"],
    "homepage": "https://github.com/ahilles107/updater",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Paweł Mikołajczuk",
            "email": "mikolajczuk.private@gmail.com",
            "homepage": "https://github.com/ahilles107"
        },
        {
            "name": "Rafał Muszyński",
            "email": "rafal.muszynski@sourcefabric.org",
            "homepage": "https://github.com/takeit"
        }
    ],
    "support": {
        "irc": "irc://irc.freenode.org/updater",
        "issues": "https://github.com/ahilles107/updater/issues"
    },
    "require": {
        "php": ">=5.3.2",
        "justinrainbow/json-schema": "1.4.4",
        "seld/jsonlint": "1.3.1",
        "symfony/console": "~2.3",
        "symfony/finder": "~2.2",
        "symfony/process": "~2.1@dev",
        "symfony/filesystem": "~2.3"
    },
    "require-dev": {
        "phpunit/phpunit": "~3.7.10",
        "phpspec/phpspec": "2.0.*@dev"
    },
    "autoload": {
        "psr-0": { "Updater": "src/" }
    },
    "bin": ["bin/updater"],
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "config": {
        "bin-dir": "bin"
    }
}