generated from dynamikaweb/yii2-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1020 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
36
37
38
39
40
41
42
43
44
{
"name": "dynamikaweb/yii2-template",
"description": "",
"type": "yii2-extension",
"keywords": [
"dynamika",
"yii",
"yii2"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Rodrigo Dornelles",
"email": "rodrigo@dynamika.com.br",
"role": "Developer"
},
{
"name": "Robson Soares",
"email": "robson@dynamika.com.br",
"role": "Developer"
}
],
"support": {
"issues": "http://github.com/dynamikaweb/yii2-template/issues",
"source": "http://github.com/dynamikaweb/yii2-template"
},
"require": {
"php": ">=7.0",
"yiisoft/yii2": "*"
},
"minimum-stability": "dev",
"prefer-stable": false,
"autoload": {
"psr-4": {
"dynamikaweb\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}