-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
35 lines (35 loc) · 913 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
{
"name": "loveorigami/yii2-reversed-pagination",
"description": "Yii2 reversed pagination",
"version": "2.2",
"type": "yii2-extension",
"keywords": [
"yii",
"yii2",
"slug",
"behavior"
],
"homepage": "https://github.com/loveorigami/yii2-reversed-pagination",
"time": "2014-11-16",
"license": "MIT",
"authors": [
{
"name": "Andrey Lukyanov",
"email": "[email protected]",
"homepage": "http://loveorigami.info",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/loveorigami/yii2-reversed-pagination/issues",
"source": "https://github.com/loveorigami/yii2-reversed-pagination"
},
"require": {
"yiisoft/yii2": "~2"
},
"autoload": {
"psr-4": {
"loveorigami\\pagination\\": ""
}
}
}