RebelCode/rcmod-eddbk-help

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "rebelcode/rcmod-eddbk-help",
    "description": "A module for EDD Bookings that adds built-in help and support features.",
    "type": "rc-module",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "RebelCode",
            "email": "dev@rebelcode.com"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "php": "^5.4 | ^7.0",
        "rebelcode/modular": "^0.1",
        "dhii/invocable-interface": "^0.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8",
        "ptrofimov/xpmock": "^1.1",
        "dhii/php-cs-fixer-config": "^0.1",
        "codeclimate/php-test-reporter": "<=0.3.2",
        "johnpbloch/wordpress-core": "^4.4.0"
    },
    "autoload": {
        "psr-4": {
            "RebelCode\\EddBookings\\Help\\": "src"
        }
    },
    "scripts": {
        "test": "phpunit",
        "csfix": "php-cs-fixer fix -vvv"
    }
}