forked from Minds/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.73 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
{
"name": "minds/minds",
"description": "The core minds social engine",
"require": {
"braintree/braintree_php": "3.5.0",
"bshaffer/oauth2-server-php": "1.7",
"duoshuo/php-cassandra": "dev-master#8268f9af0ed9d4faf5a1c71a79680ec345e98c93",
"elasticsearch/elasticsearch": "1.3.3",
"facebook/php-sdk-v4": "~5.0",
"firebase/php-jwt": "3.0.*",
"kramnorth/cinemr-php-sdk": "dev-master@dev",
"minds/minds-php-sdk": "dev-master@dev",
"Minds/Surge": "dev-master@dev",
"neoxygen/neoclient": "2.2.8",
"paypal/rest-api-sdk-php": "1.3.2",
"thobbs/phpcassa": "dev-master@dev",
"phpmailer/phpmailer": "~5.2",
"tijsverkoyen/twitteroauth": "dev-master@dev",
"twilio/sdk": "3.13.*",
"videlalvaro/php-amqplib": "dev-master@dev",
"vscn/cruftflake": "dev-master#cab1b9ee9869072e7a58a1eb593b602ec5bedcd3",
"zircote/swagger-php": "2.*@dev",
"mongodb/mongodb": "^1.0.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://[email protected]/minds/minds-php-sdk.git"
},
{
"type": "vcs",
"url": "https://[email protected]/minds/Surge.git"
},
{
"type": "vcs",
"url": "https://github.com/davegardnerisme/cruftflake.git"
}
],
"autoload": {
"files": [
"autoload.php"
]
},
"config": {
"bin-dir": "bin"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
"fabpot/php-cs-fixer": "dev-master",
"bossa/phpspec2-expect": "*",
"apigen/apigen": "4.1.1"
}
}