-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
37 lines (37 loc) · 1.09 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
{
"name": "dma/friends",
"description": "A platform for users to earn badges and redeem rewards",
"homepage": "http://www.dma.org",
"keywords": ["october", "cms", "friends", "fractal"],
"authors": [
{
"name": "Kristen Arnold",
"email": "[email protected]"
},
{
"name": "Carlos Arroyo",
"email": "[email protected]"
}
],
"repositories": [
{
"url": "https://github.com/smirik/php-datetime-ago.git",
"type": "git"
}
],
"require": {
"ellipsesynergie/api-response": "0.9.*",
"league/factory-muffin": "^2.1",
"twilio/sdk": "3.12.6",
"j7mbo/twitter-api-php": "dev-master",
"smirik/php-datetime-ago": "~1.0",
"nategood/httpful": "*",
"mandrill/mandrill": "1.0.*",
"hashids/hashids": "1.0.5",
"giggsey/libphonenumber-for-php": "~7.0",
"maatwebsite/excel": "~2.0",
"zircote/swagger-php": "2.*",
"guzzlehttp/guzzle": "~6.0",
"namshi/jose": "^6.0"
}
}