LaysenseAuth/vendor/jasongrimes/paginator/composer.json

30 lines
830 B
JSON
Raw Permalink Normal View History

2024-08-09 19:46:39 +05:30
{
"name": "jasongrimes/paginator",
"type": "library",
"description": "A lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses.",
"keywords": ["paginator", "pagination", "pager"],
"homepage": "http://github.com/jasongrimes/php-paginator",
"license": "MIT",
"authors": [
{
"name": "Jason Grimes",
"email": "jason@grimesit.com"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"autoload": {
"psr-0": {"JasonGrimes": "src/"}
},
"autoload-dev": {
"psr-0": {"JasonGrimes\\Tests": "tests/"}
}
}