RebelCode/rcmod-eddbk-booking-logic

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "rebelcode/rcmod-eddbk-booking-logic",
    "description": "A RebelCode module for the booking logic in EDD Bookings.",
    "type": "rc-module",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "RebelCode",
            "email": "dev@rebelcode.com"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "php": "^5.5 | ^7.0",
        "rebelcode/modular": "^0.1-alpha1",
        "rebelcode/booking-system": "^0.1-alpha1",
        "rebelcode/event-state-machine": "^0.2-alpha1",
        "dhii/validation-base": "^0.2-alpha2",
        "dhii/factory-base": "^0.1-alpha3"
    },
    "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.0",
        "rebelcode/rcmod-booking-logic": "^0.1-alpha3",
        "rebelcode/rcmod-wp-bookings-cqrs": "^0.1-alpha8",
        "dhii/output-renderer-interface": "^0.3",
        "dhii/cqrs-resource-model-interface": "^0.2-alpha1",
        "dhii/expression-interface": "^0.2-alpha1",
        "dhii/transition-event-interface": "^0.1-alpha1"
    },
    "autoload": {
        "psr-4": {
            "RebelCode\\EddBookings\\Logic\\Module\\": "src"
        }
    },
    "scripts": {
        "test": "phpunit",
        "csfix": "php-cs-fixer fix -vvv"
    }
}