-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.03 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": "safepal/safepal",
"description": "SafePal API",
"type": "Project",
"license": "MIT",
"authors": [
{
"name": "slybard",
"email": "[email protected]"
}
],
"require": {
"monolog/monolog": "^1.21",
"slim/slim": "^3.5",
"vlucas/phpdotenv": "^2.4",
"phpunit/phpunit": "^5.7",
"willdurand/geocoder": "^3.3",
"php-http/httplug": "^1.1",
"slim/pdo": "^1.10",
"firebase/php-jwt": "^4.0",
"phing/phing": "^2.16",
"predis/predis": "^1.1",
"phpmailer/phpmailer": "^5.2",
"league/oauth2-google": "^2.0",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message": "^1.5",
"sendgrid/sendgrid": "~5.1",
"nesbot/carbon": "^1.22",
"africastalking/africastalking": "^1.2"
},
"autoload": {
"psr-4" : {
"SafePal\\" : "src/SafePal",
"AfricasTalkingGateway\\": "vendor/africastalking/africastalking/src"
}
}
}