forked from Minds/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
69 lines (69 loc) · 2.23 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
61
62
63
64
65
66
67
68
69
{
"name": "minds/minds",
"description": "The core minds social engine",
"require": {
"aws/aws-sdk-php": "^3.38",
"braintree/braintree_php": "3.5.0",
"datastax/php-driver": "1.2.2",
"elasticsearch/elasticsearch": "^6.1",
"facebook/php-sdk-v4": "~5.0",
"firebase/php-jwt": "3.0.*",
"kramnorth/cinemr-php-sdk": "dev-master@dev",
"kickbox/kickbox": "*",
"Minds/Surge": "dev-master@dev",
"minds/mw3": "dev-master@dev",
"neoxygen/neoclient": "^3.3",
"paypal/rest-api-sdk-php": "1.3.2",
"phpmailer/phpmailer": "~5.2",
"stripe/stripe-php": "~4.12",
"thobbs/phpcassa": "dev-minds-legacy",
"tijsverkoyen/twitteroauth": "dev-master@dev",
"twilio/sdk": "5.26.*",
"videlalvaro/php-amqplib": "dev-master@dev",
"vscn/cruftflake": "dev-master#cab1b9ee9869072e7a58a1eb593b602ec5bedcd3",
"zircote/swagger-php": "2.*@dev",
"mongodb/mongodb": "1.0.5",
"abraham/twitteroauth": "^0.6.4",
"google/apiclient": "^2.0",
"aws/aws-php-sns-message-validator": "^1.4",
"giggsey/libphonenumber-for-php": "^8.8",
"php-ffmpeg/php-ffmpeg": "^0.11.1",
"erusev/parsedown": "^1.7",
"zendframework/zend-diactoros": "1.8.6",
"league/oauth2-server": "7.2.0",
"lcobucci/jwt": "3.2.4"
},
"repositories": [
{
"type": "vcs",
"url": "https://[email protected]/minds/Surge.git"
},
{
"type": "vcs",
"url": "https://[email protected]/minds/mw3.git"
},
{
"type": "vcs",
"url": "https://github.com/minds/phpcassa"
},
{
"type": "vcs",
"url": "https://github.com/davegardnerisme/cruftflake.git"
}
],
"autoload": {
"files": [
"autoload.php"
]
},
"config": {
"bin-dir": "bin"
},
"require-dev": {
"phpspec/phpspec": "~3.4",
"leanphp/phpspec-code-coverage": "~3.1",
"friendsofphp/php-cs-fixer": "*",
"bossa/phpspec2-expect": "*",
"apigen/apigen": "*"
}
}