forked from BAWES-Universe/plugn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
78 lines (78 loc) · 2.7 KB
/
composer.json
File metadata and controls
78 lines (78 loc) · 2.7 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "bawes/plugn",
"description": "Plugn - cloud e-commerce solution",
"keywords": ["plugn", "e-commerce", "kuwait"],
"homepage": "https://plugn.io/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"yiisoft/yii2": "^2.0",
"yiisoft/yii2-bootstrap": "^2.0",
"yiisoft/yii2-swiftmailer": "^2.1",
"yiisoft/yii2-httpclient": "^2.0",
"aws/aws-sdk-php": "^3.339",
"openbuildings/swiftmailer-css-inliner": "^0.7.0",
"moonlandsoft/yii2-phpexcel": "^2.0",
"notamedia/yii2-sentry": "^1.7",
"cloudinary/cloudinary_php": "^3.1",
"mixpanel/mixpanel-php": "^2.11",
"segmentio/analytics-php": "^3.8",
"yiisoft/yii2-redis": "^2.0",
"yiisoft/yii2-symfonymailer": "^4.0",
"stripe/stripe-php": "^16.5",
"auth0/auth0-php": "^8.13",
"guzzlehttp/guzzle": "^7.9",
"php-http/guzzle7-adapter": "^1.1",
"bizley/quill": "^3.3",
"kartik-v/yii2-mpdf": "^1.0",
"kartik-v/yii2-widget-select2": "^2.2",
"kartik-v/yii2-widget-datetimepicker": "^1.5",
"kartik-v/yii2-widget-timepicker": "^1.0",
"kartik-v/yii2-date-range": "^1.7",
"kartik-v/yii2-widget-fileinput": "^1.1",
"borales/yii2-phone-input": "^0.3.0",
"understeam/yii2-slack": "^0.3.0",
"yiisoft/yii2-authclient": "^2.2",
"kartik-v/yii2-widget-datepicker": "^1.4"
},
"require-dev": {
"yiisoft/yii2-debug": "^2.1",
"yiisoft/yii2-gii": "^2.2.0",
"yiisoft/yii2-faker": "^2.0.5",
"codeception/module-filesystem": "^3.0",
"codeception/module-yii2": "^1.1.8",
"codeception/codeception": "^5.1",
"codeception/module-rest": "^3.4",
"codeception/module-asserts": "^3.0",
"phpunit/phpunit": "^11.5",
"codeception/verify": "^3.2",
"codeception/specify": "^0.4.6"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"composer/package-versions-deprecated": true,
"php-http/discovery": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}