RebelCode/booking-transitioner-interface

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "rebelcode/booking-transitioner-interface",
    "description": "Interfaces for objects that can transition bookings.",
    "type": "library",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "RebelCode",
            "email": "dev@rebelcode.com"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "php": "^5.3 | ^7.0",
        "dhii/factory-interface": "^0.1-alpha1"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8",
        "ptrofimov/xpmock": "^1.1",
        "dhii/php-cs-fixer-config": "dev-php-5.3",
        "codeclimate/php-test-reporter": "<=0.3.2",
        "dhii/stringable-interface": "^0.1",
        "dhii/exception-interface": "^0.1 | ^0.2-alpha1",
        "rebelcode/booking-interface": "^0.1-alpha1"
    },
    "autoload": {
        "psr-4": {
            "RebelCode\\Bookings\\": "src"
        }
    },
    "scripts": {
        "test": "phpunit",
        "csfix": "php-cs-fixer fix -vvv"
    }
}