Files
STLPWebsite/config/www/user/plugins/error/composer.json
Charles N Wyble 665c7f47af chore: create production-v2 branch with content only
This branch contains ONLY:
- Pages (config/www/user/pages/)
- Themes (config/www/user/themes/)
- Plugins (config/www/user/plugins/)
- PRODUCTION.md
- Minimal .gitignore

Clean slate for production deployment.
All development files, configs, scripts removed.
2026-01-13 20:12:03 -05:00

40 lines
1.1 KiB
JSON

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