init
This commit is contained in:
32
user/plugins/pagination/composer.json
Normal file
32
user/plugins/pagination/composer.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "grav-plugin-pagination",
|
||||
"type": "grav-plugin",
|
||||
"description": "Pagination plugin for Grav CMS",
|
||||
"keywords": ["pagination"],
|
||||
"homepage": "https://github.com/getgrav/grav-plugin-pagination/",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Team Grav",
|
||||
"email": "devs@getgrav.org",
|
||||
"homepage": "http://getgrav.org",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.1.3",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Grav\\Plugin\\Pagination\\": "classes/plugin"
|
||||
},
|
||||
"classmap": ["pagination.php"]
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.1.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user