-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
64 lines (64 loc) · 1.96 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
{
"name": "quickenloans/masstestingplatform",
"description": "Healthcare Appointment & Scheduling Web Application",
"keywords": [
"calendar",
"scheduler",
"appointments",
"events",
"dates",
"google",
"services",
"covid19",
"covid-19"
],
"type": "project",
"homepage": "https://www.masstestingplatform.com/",
"license": "GPL-3.0",
"authors": [
{
"name": "Quicken Loans",
"email": "[email protected]"
}
],
"scripts": {
"test": [
"@test:standard",
"@test:static",
"@test:unit"
],
"test:unit": "vendor/bin/phpunit -v -c ./phpunit.xml",
"test:static": "vendor/bin/phpstan analyse -l 0 src",
"test:standard": "vendor/bin/phpcs --standard=PSR2 src"
},
"support": {
"issues": "https://github.com/QuickenLoans/MassTestingPlatform/issues",
"wiki": "https://www.masstestingplatform.com/",
"source": "https://github.com/QuickenLoans/MassTestingPlatform"
},
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^5.6",
"roave/security-advisories": "dev-master",
"phpstan/phpstan": "^0.12.18",
"squizlabs/php_codesniffer": "^3.5"
},
"require": {
"php": ">=5.6",
"gregwar/captcha": "^1.1",
"phpmailer/phpmailer": "^6.1",
"codeigniter/framework": "^3.1.6",
"jsvrcek/ics": "^0.5.1",
"aws/aws-sdk-php": "^3.133",
"dompdf/dompdf": "^0.8.5",
"phpseclib/phpseclib": "^2.0",
"giggsey/libphonenumber-for-php": "^8.12",
"respect/validation": "^1.1",
"guzzlehttp/guzzle": "^6.0",
"monolog/monolog": "^2.0",
"egulias/email-validator": "^2.1",
"neverbounce/neverbounce-php": "^4.2.0",
"jasongrimes/paginator": "~1.0",
"picqer/php-barcode-generator": "^2.0"
}
}