-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.06 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
43
44
{
"name": "synacksa/yii2-cache-data-provider",
"description": "Extension for Yii2 to have caching for ActiveDataProviders.",
"type": "yii2-extension",
"keywords": [
"synackSA",
"yii",
"yii2",
"yii 2",
"extension",
"widget",
"cache",
"data provider",
"dataprovider",
"data",
"provider"
],
"homepage": "https://github.com/synackSA/yii2-cache-data-provider",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Garth Michel",
"email": "syndrome@gmail.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/synackSA/yii2-cache-data-provider/issues",
"source": "https://github.com/synackSA/yii2-cache-data-provider/"
},
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"synacksa\\cachedataprovider\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}