forked from stefangabos/Zebra_Pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 691 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "stefangabos/zebra_pagination",
"type": "library",
"description": "A generic PHP pagination library that automatically generates navigation links",
"keywords": ["php","pagination", "paging", "paginator", "paginate"],
"homepage": "http://stefangabos.ro/php-libraries/zebra-pagination/",
"license": "LGPL-3.0",
"authors": [
{
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro",
"homepage": "http://stefangabos.ro/",
"role": "Developer"
}
],
"require": {
"php": ">=5"
},
"version": "2.1.1",
"autoload": {
"psr-0": { "Zebra_Pagination": "" }
}
}