init
This commit is contained in:
36
user/plugins/feed/composer.json
Normal file
36
user/plugins/feed/composer.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "getgrav/grav-plugin-feed",
|
||||
"type": "grav-plugin",
|
||||
"description": "Feed plugin for Grav CMS",
|
||||
"keywords": ["feed", "plugin"],
|
||||
"homepage": "https://github.com/getgrav/grav-plugin-feed",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Team Grav",
|
||||
"email": "devs@getgrav.org",
|
||||
"homepage": "https://getgrav.org",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/getgrav/grav-plugin-feed/issues",
|
||||
"irc": "https://chat.getgrav.org",
|
||||
"forum": "https://getgrav.org/forum",
|
||||
"docs": "https://github.com/getgrav/grav-plugin-feed/blob/master/README.md"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"feed.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