forked from marionnewlevant/craftcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.51 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
{
"require": {
"adam-paterson/oauth2-stripe": "^2.0.0",
"aws/aws-sdk-php": "^3.71",
"craftcms/aws-s3": "^1.2.8",
"craftcms/cms": "^3.6.9",
"craftcms/commerce": "^3.2.13.2",
"craftcms/commerce-stripe": "^2.3.0",
"craftcms/postmark": "^2.0",
"craftcms/webhooks": "^2.0",
"ddeboer/vatin": "^2.1",
"jeremykendall/php-domain-parser": "^6.1.0",
"justinrainbow/json-schema": "^5.2",
"knplabs/github-api": "^3.0.0",
"league/oauth2-github": "^2.0.0",
"league/oauth2-server": "^6.0",
"moccalotto/eu": "^0.3.0",
"nystudio107/craft-twigpack": "^1.1",
"omnilight/yii2-scheduling": "^1.1",
"paypal/rest-api-sdk-php": "^1.14",
"stevenmaguire/oauth2-bitbucket": "^2.0",
"superbig/craft3-bugsnag": "^2.1",
"tecnickcom/tcpdf": "^6.2",
"thamtech/yii2-ratelimiter-advanced": "^0.5",
"yiisoft/yii2-redis": "^2.0.6",
"yiisoft/yii2-shell": "^2.0"
},
"require-dev": {
"codeception/codeception": "^4.0.0",
"codeception/module-asserts": "^1.0.0",
"codeception/module-datafactory": "^1.0.0",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-rest": "^1.0.0",
"codeception/module-yii2": "^1.0.0",
"vlucas/phpdotenv": "^3.0"
},
"autoload": {
"psr-4": {
"craftnet\\": "src/"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.0.8"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}