forked from iJackUA/yii2-sharelinks-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 877 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
{
"name": "dlds/yii2-shareit",
"description": "Yii2 Social share component",
"keywords": ["yii2", "shareit", "integration"],
"type": "yii2-extension",
"license": "BSD",
"support": {
"issues": "https://github.com/dlds/yii2-shareit/issues",
"wiki": "https://github.com/dlds/yii2-shareit/wiki",
"source": "https://github.com/dlds/yii2-shareit"
},
"authors": [
{
"name": "Jiri Svoboda",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "~2.0.0"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-faker": "*",
"codeception/specify": "*",
"codeception/verify": "*"
},
"autoload": {
"psr-4": {
"dlds\\shareit\\": "src"
}
}
}