forked from kop/yii2-scroll-pager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 830 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
{
"name": "badaboom/yii2-scroll-pager",
"description": "Infinite AJAX scrolling for Yii2 ListView widget",
"homepage": "http://kop.github.io/yii2-scroll-pager/",
"keywords": ["yii", "yii2", "scroll", "scrolling", "pager", "pagination"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/kop/yii2-scroll-pager/issues",
"source": "https://github.com/kop/yii2-scroll-pager"
},
"authors": [
{
"name": "Ivan Koptiev",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0",
"yiisoft/yii2": "*",
"badaboom/jquery-ias": "^2.3.2"
},
"autoload": {
"psr-4": {
"badaboom\\y2sp\\": ""
}
}
}