forked from marionnewlevant/craftcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.32 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
{
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.0.0",
"craftcms/cms": "^3.5.11.1",
"justinrainbow/json-schema": "^5.2",
"yiisoft/yii2-redis": "^2.0.6",
"knplabs/github-api": "^2.5.0",
"php-http/guzzle6-adapter": "^1.1.1",
"league/oauth2-github": "^2.0.0",
"craftcms/aws-s3": "^1.2.8",
"league/oauth2-server": "^6.0",
"adam-paterson/oauth2-stripe": "^2.0.0",
"stevenmaguire/oauth2-bitbucket": "^2.0",
"craftcms/commerce": "dev-develop#e823806d6a5ab26c948ccd65c1d8266bcb59b137 as 3.2.6",
"craftcms/commerce-stripe": "^2.3.0",
"layershifter/tld-extract": "^1.2",
"ddeboer/vatin": "^2.1",
"moccalotto/eu": "^0.3.0",
"tecnickcom/tcpdf": "^6.2",
"spacedealer/yii2-loggly": "^0.2.0",
"nystudio107/craft-twigpack": "^1.1",
"aws/aws-sdk-php": "^3.71",
"craftcms/webhooks": "^2.0",
"craftcms/postmark": "^2.0",
"omnilight/yii2-scheduling": "^1.1",
"zendesk/zendesk_api_client_php": "^2.2",
"yiisoft/yii2-shell": "^2.0",
"superbig/craft3-bugsnag": "^2.1"
},
"require-dev": {
"vlucas/phpdotenv": "^2.4.0"
},
"autoload": {
"psr-4": {
"craftnet\\": "src/",
"craftcom\\": "craftcom/"
}
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.3.11"
}
}
}