permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

composer.json
application/json

Download raw (1.1 KB)

{
    "name": "getgrav/grav-plugin-error",
    "type": "grav-plugin",
    "description": "Error plugin for Grav CMS",
    "keywords": ["error", "plugin"],
    "homepage": "https://github.com/getgrav/grav-plugin-error",
    "license": "MIT",
    "authors": [
        {
            "name": "Team Grav",
            "email": "devs@getgrav.org",
            "homepage": "https://getgrav.org",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/getgrav/grav-plugin-error/issues",
        "irc": "https://chat.getgrav.org",
        "forum": "https://getgrav.org/forum",
        "docs": "https://github.com/getgrav/grav-plugin-error/blob/master/README.md"
    },
    "autoload": {
        "psr-4": {
            "Grav\\Plugin\\Console\\": "cli/"
        },
        "classmap": [
            "error.php"
        ]
    },
    "config": {
        "platform": {
            "php": "7.1.3"
        }
    },
    "scripts": {
        "test": "vendor/bin/codecept run unit",
        "test-windows": "vendor\\bin\\codecept run unit"
    }
}