This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
59 lines (59 loc) · 1.59 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "alpstein/yii-enhancement",
"description": "Boilerplate package for creating other packages.",
"keywords": [
"yii",
"enhancement",
"library"
],
"license": "Alpstein Software Proprietary",
"authors": [
{
"name": "RYU Chua",
"email": "[email protected]"
}
],
"type": "library",
"require": {
"php": ">=7.0",
"yiisoft/yii2": "~2.0.15",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-twig": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"yiisoft/yii2-redis": "^2.0",
"yiisoft/yii2-queue": "^2.0",
"yiisoft/yii2-httpclient": "^2.0",
"yiisoft/yii2-imagine": "^2.1",
"yiisoft/yii2-elasticsearch": "~2.0.0",
"2amigos/yii2-date-picker-widget": "~1.0",
"2amigos/yii2-date-time-picker-widget": "~1.0",
"2amigos/yii2-tinymce-widget": "~1.1",
"kartik-v/yii2-widget-growl": "^1.1",
"kartik-v/yii2-widget-fileinput": "^1.0",
"kartik-v/yii2-widget-colorinput": "*",
"kartik-v/yii2-widget-select2": "@dev",
"insolita/yii2-opcache": "~1.0",
"kolyunya/yii2-map-input-widget": "^1.2",
"thamtech/yii2-uuid": "^1.0",
"endroid/qr-code": "^2.5",
"jenssegers/agent": "^2.6",
"php-amqplib/php-amqplib": "^2.7",
"mailgun/mailgun-php": "^2.5",
"php-http/curl-client": "^1.7",
"guzzlehttp/psr7": "^1.4",
"facebook/graph-sdk": "~5.0",
"google/cloud": "^0.136.0",
"aws/aws-sdk-php": "^3.52"
},
"autoload": {
"psr-4": {
"alpstein\\": "src/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}