RebelCode/rcmod-booking-logic

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "rebelcode/rcmod-booking-logic",
    "description": "A RebelCode module for booking logic.",
    "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",
        "rebelcode/session-generator": "^0.1-alpha1",
        "dhii/psr-14": "^0.1",
        "dhii/map": "^0.1-alpha6"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8",
        "ptrofimov/xpmock": "^1.1",
        "dhii/php-cs-fixer-config": "^0.1",
        "codeclimate/php-test-reporter": "<=0.3.2"
    },
    "autoload": {
        "psr-4": {
            "RebelCode\\Bookings\\Module\\": "src"
        }
    },
    "scripts": {
        "test": "phpunit",
        "csfix": "php-cs-fixer fix -vvv"
    }
}