{
"name": "peterujah/pagination",
"type": "library",
"description": "Pagination - Simple PHP library to generate website pagination",
"keywords": [
"library",
"php class",
"pagination",
"paging class",
"php pagination",
"bootstrap paging",
"paging"
],
"license": "MIT",
"authors": [
{
"name": "Ujah Chigozie",
"email": "ujahchigozie@gmail.com"
}
],
"require": {
"php": "^7.0 || ^8.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Peterujah\\NanoBlock\\": "src/"
}
},
"prefer-stable": true
}
|