123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "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"
- }
- }
|