This commit is contained in:
Loïc Guibert
2022-09-30 20:02:02 +01:00
commit 66dafc36c3
2561 changed files with 454489 additions and 0 deletions

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