Your IP : 18.217.199.122


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/
Upload File :
Current File : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/composer.json

{
    "name": "dhii/exception",
    "description": "Standards-compliant exception classes",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Dhii Team",
            "email": "development@dhii.co"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "php": "^5.4 | ^7.0",
        "dhii/exception-interface": "^0.2",
        "dhii/normalization-helper-base": "^0.1",
        "dhii/i18n-helper-base": "^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",
        "dhii/stringable-interface": "^0.1"
    },
    "replace": {
        "dhii/exception-helper-base": "0.1-alpha1|0.1-alpha2"
    },
    "autoload": {
        "psr-4": {
            "Dhii\\Exception\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Dhii\\Exception\\UnitTest\\": "test/unit",
            "Dhii\\Exception\\FuncTest\\": "test/functional"
        }
    },
    "scripts": {
        "test": "phpunit",
        "csfix": "php-cs-fixer fix -vvv"
    },
    "extra": {
        "branch-alias": {
            "dev-develop": "0.1.x-dev"
        }
    }
}