PSchwisow/phergie-irc-plugin-react-puppet

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "pschwisow/phergie-irc-plugin-react-puppet",
    "description": "Phergie plugin that allows a user to effectively speak and act as the bot.",
    "keywords": [ "phergie", "irc", "bot", "plugin" ],
    "license": "BSD-2-Clause",
    "support": {
        "email": "patrick.schwisow@gmail.com",
        "irc": "irc://irc.freenode.net/phergie",
        "issues": "https://github.com/PSchwisow/phergie-irc-plugin-react-puppet/issues",
        "source": "https://github.com/PSchwisow/phergie-irc-plugin-react-puppet"
    },
    "minimum-stability": "dev",
    "require": {
        "phergie/phergie-irc-bot-react": "~2",
        "phergie/phergie-irc-plugin-react-command": "~2"

    },
    "require-dev": {
        "phpunit/phpunit": "4.1.*",
        "phake/phake": "2.0.0-beta2",
        "psr/log": "1.0.0",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "suggest": {
        "phergie/phergie-irc-plugin-react-commandhelp": "provides interactive help for commands"
    },
    "autoload": {
        "psr-4": {
            "PSchwisow\\Phergie\\Plugin\\Puppet\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "PSchwisow\\Phergie\\Tests\\Plugin\\Puppet\\": "tests"
        }
    }
}