forked from marionnewlevant/craftcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.34 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
{
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.0.0",
"craftcms/cms": "^3.0.0",
"roave/security-advisories": "dev-master",
"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.0.7",
"league/oauth2-server": "^6.0",
"adam-paterson/oauth2-stripe": "^2.0.0",
"stripe/stripe-php": "^6.1",
"stevenmaguire/oauth2-bitbucket": "^2.0",
"flipboxfactory/craft-postmark": "^1.0.0-rc.1",
"craftcms/commerce": "dev-develop#8169d3e26036f5ae2da72432a308e99904601a4e as 2.0.0-beta.3",
"craftcms/commerce-stripe": "^1.0.0",
"layershifter/tld-extract": "^1.2",
"ddeboer/vatin": "^2.1",
"moccalotto/eu": "^0.3.0",
"tecnickcom/tcpdf": "^6.2"
},
"require-dev": {
"vlucas/phpdotenv": "^2.4.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/craftcms/commerce"
},
{
"type": "vcs",
"url": "https://github.com/craftcms/commerce-stripe"
}
],
"autoload": {
"psr-4": {
"craftnet\\": "src/",
"pixelandtonic\\yii\\queue\\sqs\\": "yii2-queue-sqs/"
}
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.0.21"
}
}
}