-
Notifications
You must be signed in to change notification settings - Fork 25
/
composer.json
42 lines (41 loc) · 1.04 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
{
"require": {
"robmorgan/phinx": "^0.12",
"smarty/smarty": "^3.1.48",
"riimu/kit-csrf": "^2.4",
"symfony/http-foundation": "^3.4",
"symfony/yaml": "^3.4",
"ircmaxell/random-lib": "^1.2",
"sentry/sentry": "^1.9.1",
"phpmailer/phpmailer": "~6.1",
"league/oauth2-client": "^2.4",
"adodb/adodb-php": "^5.20",
"monolog/monolog": "^2.0",
"ramsey/uuid": "^4.1",
"vlucas/phpdotenv": "^5.4",
"twilio/sdk": "^6.40",
"endroid/qr-code": "^3.9",
"league/csv": "^9.7"
},
"autoload": {
"classmap": [
"plugins/jobqueue/"
],
"psr-4": {
"UzerpPhinx\\": "schema/phinx/classes/"
}
},
"config": {
"platform": {
"php": "7.3"
},
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"require-dev": {
"rector/rector": "^1.2.0",
"symplify/easy-coding-standard": "^11.2",
"pestphp/pest": "^1.22"
}
}