-
Notifications
You must be signed in to change notification settings - Fork 73
/
composer.json
35 lines (35 loc) · 908 Bytes
/
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
{
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.0.0",
"craftcms/cms": "^3.0.0-RC1",
"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": "^5.2.0",
"stevenmaguire/oauth2-bitbucket": "^2.0",
"flipboxfactory/craft-postmark": "^1.0.0-rc.1"
},
"require-dev": {
"vlucas/phpdotenv": "^2.4.0"
},
"autoload": {
"psr-4": {
"craftcom\\": "src/",
"pixelandtonic\\yii\\queue\\sqs\\": "yii2-queue-sqs/"
}
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.0.21"
}
}
}