-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.12 KB
/
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
45
46
47
{
"name": "fredy314/yii2-minimal",
"description": "Minimal; Yii2 Project",
"type": "project",
"require": {
"php": ">=7.2",
"anlutro/curl": "^1.5",
"eleirbag89/telegrambotphp": "^1.3",
"vlucas/phpdotenv": "^5.4",
"yiisoft/yii2": "^2.0",
"yiisoft/yii2-bootstrap5": "^2.0",
"yiisoft/yii2-debug": "^2.1",
"yiisoft/yii2-gii": "^2.2",
"yiisoft/yii2-redis": "^2.0",
"yiisoft/yii2-swiftmailer": "^2.1"
},
"license": "Free",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Fredy BackSlash",
"email": "fredy31415@gmail.com"
}
],
"config": {
"sort-packages": true,
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"autoload": {
"psr-4": {
"app\\": "app"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}