-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
63 lines (63 loc) · 1.66 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
{
"name": "con-in-a-box/ciab-signin",
"description": "Convention Meetings, Registration and Volunteers management software package",
"config": {
"platform": {
"php": "7.2.7"
}
},
"keywords": [
"calendar",
"scheduler",
"events",
"dates",
"google",
"services"
],
"type": "project",
"homepage": "https://github.com/CON-In-A-Box/CIAB-Signin",
"license": "Apache-2.0",
"authors": [
{
"name": "Thomas Keeley"
},
{
"name": "Aric Stewart",
"email": "[email protected]"
}
],
"support": {
"source": "https://github.com/CON-In-A-Box/CIAB-Signin"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.2",
"google/apiclient": "^2.13.1",
"bshaffer/oauth2-server-php": "^1.10",
"vlucas/phpdotenv": "^3.6",
"zendframework/zend-permissions-rbac": "^3.0",
"sendgrid/sendgrid": "^7.3",
"guzzlehttp/psr7": "^1.6",
"http-interop/http-factory-guzzle": "^1.0",
"slim/slim": "3.*",
"chadicus/slim-oauth2": "^3.1",
"slim/php-view": "^2.2",
"scssphp/scssphp": "^1.2",
"scssphp/server": "^1.0",
"stripe/stripe-php": "^7.67",
"atlas/query": "~1.0",
"atlas/info": "~1.0",
"joachim-n/case-converter": "^1.0"
},
"autoload": {
"psr-4": {
"App\\": "api/src/"
}
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"zircote/swagger-php": "^3.1",
"fakerphp/faker": "^1.13",
"osteel/openapi-httpfoundation-testing": "^0.8.0"
}
}