forked from AgelxNash/SEOPagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 939 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "agelxnash/seopagination",
"description": "Laravel SEO Pagination",
"license": "MIT",
"authors": [
{
"name": "Agel_Nash",
"email": "agel_nash@xaker.ru"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/pagination": "5.1.*"
},
"autoload": {
"psr-4": {
"AgelxNash\\SEOPagination\\": "src/"
}
},
"support": {
"issues": "https://github.com/AgelxNash/SEOPagination/issues"
},
"keywords": [
"laravel",
"pagination",
"seo",
"page",
"list",
"paginator"
],
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-laravel-5.1": "5.1.x-dev",
"dev-laravel-5.0": "5.0.x-dev",
"dev-laravel-4.2": "4.2.x-dev",
"dev-laravel-4.0": "4.0.x-dev"
}
}
}