forked from BAWES-Universe/studenthub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
69 lines (69 loc) · 2.32 KB
/
composer.json
File metadata and controls
69 lines (69 loc) · 2.32 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
{
"name": "bawes/payroll",
"description": "Payroll Application for Studenthub Training Program",
"version": "1.2.2",
"keywords": ["payroll", "payment", "transfers"],
"homepage": "https://studenthub.co/",
"type": "project",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"yiisoft/yii2": "^2.0.45",
"yiisoft/yii2-bootstrap": "^2.0.10",
"yiisoft/yii2-swiftmailer": "^2.0.10",
"yiisoft/yii2-imagine": "^2.2.0",
"yiisoft/yii2-httpclient": "^2.0",
"yiisoft/yii2-shell": "^2.0.0",
"aws/aws-sdk-php": "^3.275",
"understeam/yii2-slack": "^0.3",
"openbuildings/swiftmailer-css-inliner": "^0.7",
"moonlandsoft/yii2-phpexcel": "^2.0",
"kartik-v/yii2-mpdf": "^1.0",
"guzzlehttp/guzzle": "^7.5",
"php-http/guzzle7-adapter": "^1.0",
"notamedia/yii2-sentry": "^1.7",
"algolia/algoliasearch-client-php": "^3.0",
"cloudinary/cloudinary_php": "^2.0",
"php-ffmpeg/php-ffmpeg": "^1.1",
"yii2tech/balance": "^1.0",
"mixpanel/mixpanel-php": "^2.20",
"spatie/browsershot": "^3.52",
"segmentio/analytics-php": "^3.0",
"yiisoft/yii2-redis": "^2.0.17",
"xeroapi/xero-php-oauth2": "^7.0",
"yiisoft/yii2-symfonymailer": "^4.0",
"chillerlan/php-qrcode": "^5.0",
"mobiledetect/mobiledetectlib": "^4.8"
},
"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.0",
"codeception/module-rest": "^3.0",
"codeception/module-asserts": "^2.0",
"phpunit/phpunit": "^9.0",
"codeception/verify": "^2.0",
"codeception/specify": "^1.1"
},
"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"
}
]
}