forked from marionnewlevant/craftcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
60 lines (60 loc) · 1.72 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
60
{
"require": {
"adam-paterson/oauth2-stripe": "^2.0.0",
"aws/aws-sdk-php": "^3.71",
"craftcms/aws-s3": "^2.0.0",
"craftcms/cms": "^4.0.3",
"craftcms/commerce": "4.1.x-dev as 4.1.0",
"craftcms/commerce-stripe": "^3.0.1",
"craftcms/postmark": "^3.0.0",
"craftcms/webhooks": "^3.0.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",
"mead-steve/mono-snag": "^4.1",
"moccalotto/eu": "^0.3.0",
"omnilight/yii2-scheduling": "^1.1.6",
"nystudio107/craft-twigpack": "^4.0.0-beta.4",
"paypal/rest-api-sdk-php": "^1.14",
"stevenmaguire/oauth2-bitbucket": "^2.0",
"tecnickcom/tcpdf": "^6.2",
"thamtech/yii2-ratelimiter-advanced": "^0.5",
"yiisoft/yii2-redis": "^2.0.6",
"vlucas/phpdotenv": "^5.4.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",
"craftcms/phpstan": "dev-main",
"craftcms/rector": "dev-main",
"yiisoft/yii2-shell": "^2.0"
},
"autoload": {
"psr-4": {
"craftnet\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.0.8"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"phpstan": "phpstan --memory-limit=1G"
}
}