init
This commit is contained in:
39
user/plugins/error/composer.json
Normal file
39
user/plugins/error/composer.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user