first commit
This commit is contained in:
29
modules/mailchimppro/vendor/jasongrimes/paginator/composer.json
vendored
Normal file
29
modules/mailchimppro/vendor/jasongrimes/paginator/composer.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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/"}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user