RebelCode/rcmod-wp-bookings-ui

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "rebelcode/rcmod-wp-bookings-ui",
    "description": "A RebelCode module that provides the WordPress admin interface for bookings.",
    "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-alpha1",
        "dhii/normalization-helper-base": "^0.1-alpha2",
        "dhii/placeholder-template": "^0.1-alpha2",
        "dhii/memoize-memory": "^0.2-alpha1",
        "rebelcode/transformers": "^0.1-alpha1"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8",
        "ptrofimov/xpmock": "^1.1",
        "dhii/php-cs-fixer-config": "^0.1",
        "codeclimate/php-test-reporter": "<=0.3.2",
        "dhii/container-helper-base": "^0.1-alpha7",
        "dhii/psr-14": "^0.1",
        "dhii/stringable-interface": "^0.1",
        "psr/container": "^1.0",
        "dhii/expression-interface": "^0.2",
        "rebelcode/rcmod-eddbk-rest-api": "0.1-alpha10",
        "rebelcode/entity-manager-interface": "^0.1-alpha2"
    },
    "autoload": {
        "psr-4": {
            "RebelCode\\Bookings\\WordPress\\Module\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "RebelCode\\WPBookingsUI\\UnitTest\\": "test/unit",
            "RebelCode\\WPBookingsUI\\FuncTest\\": "test/functional"
        }
    },
    "scripts": {
        "test": "phpunit",
        "csfix": "vendor/bin/php-cs-fixer fix -vvv"
    },
    "extra": {
        "branch-alias": {
            "dev-develop": "0.1.x-dev"
        }
    }
}