-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
composer.json
28 lines (28 loc) · 827 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "stefangabos/zebra_pagination",
"type": "library",
"description": "A generic, Twitter Bootstrap compatible, PHP pagination library that automatically generates navigation links",
"keywords": ["php","pagination", "paging", "paginator", "paginate"],
"homepage": "https://github.com/stefangabos/Zebra_Pagination",
"license": "LGPL-3.0",
"authors": [
{
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro",
"homepage": "https://github.com/stefangabos",
"role": "Developer"
}
],
"require": {
"php": ">=5"
},
"autoload": {
"classmap": [
"Zebra_Pagination.php"
]
},
"require-dev": {
"phpstan/phpstan": "^1.8",
"squizlabs/php_codesniffer": "*"
}
}