-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
34 lines (34 loc) · 907 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
{
"name": "solutosoft/yii2-kendoui",
"description": "Yii 2 Kendo UI Extension",
"keywords": ["yii", "yii2", "widget", "kendo", "kendoui"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/solutosoft/yii2-kendoui/issues",
"source": "https://github.com/solutosoft/yii2-kendoui"
},
"minimum-stability": "dev",
"authors": [{
"name": "Leandro Guindani Gehlen",
"email": "leandrogehlen@gmail.com"
}],
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"yiisoft/yii2": "~2.0.12"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"autoload": {
"psr-4": {
"soluto\\kendoui\\": "src",
"soluto\\kendoui\\tests\\": "tests"
}
}
}