-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·57 lines (57 loc) · 1.81 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
{
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"yiisoft/yii2": "~2.0.28",
"yiisoft/yii2-bootstrap": "~2.0.10",
"yiisoft/yii2-swiftmailer": "~2.1.0",
"light/yii2-swagger": "~2.0.0-alpha",
"notamedia/yii2-sentry": "^1.3",
"codemix/yii2-localeurls": "^1.7",
"yiisoft/yii2-queue": "^2.3",
"setasign/fpdf": "^1.8",
"cgsmith/yii2-stripe": "dev-master",
"serzh/amazon-mws-merchant-fulfillment": "^1.0",
"osiset/basic-shopify-api": "^9.1",
"yii2tech/csv-grid": "^1.0",
"bp-sys/yii2-aws-s3": "~2.0",
"bilberrry/yii2-digitalocean-spaces": "^0.1.2",
"ext-json": "*",
"yiisoft/yii2-httpclient": "*",
"zhuravljov/yii2-queue-monitor": "^0.3.4",
"2amigos/yii2-usuario": "^1.5",
"yiisoft/yii2-authclient": "^2.2",
"paragonie/random_compat": "2.*",
"2amigos/2fa-library": "^2.0",
"2amigos/qrcode-library": "^2.0",
"frostealth/yii2-aws-s3": "~2.0",
"league/csv": "^9.8",
"league/flysystem-ftp": "^3.0",
"nesbot/carbon": "^2.64"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.0.0",
"codeception/verify": "~0.3.1",
"codeception/codeception": "^4.1",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0",
"codeception/module-yii2": "^1.1",
"yiisoft/yii2-faker": "^2.0"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}