-
Notifications
You must be signed in to change notification settings - Fork 182
/
composer.json
46 lines (46 loc) · 1.35 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
{
"require-dev": {
"phpunit/phpunit": "^9",
"robmorgan/phinx": "^0"
},
"require": {
"php": ">=7.4",
"phptal/phptal": "^1.3.0",
"google/apiclient": "^2",
"klein/klein": "^2.1",
"stomp-php/stomp-php": "^5.0",
"predis/predis": "^v2.0",
"matecat/simple-s3": "^1.5",
"matecat/whole-text-finder": "^1.0",
"matecat/xliff-parser": "^2.2",
"matecat/subfiltering": "^2.2",
"monolog/monolog": "^2",
"phpmailer/phpmailer": "~6.1",
"phpoffice/phpspreadsheet": "~1.29",
"defuse/php-encryption": "^2.4",
"behat/transliterator": "^1.3",
"swaggest/json-schema": "^0.12.42",
"symfony/console": "^5",
"orhanerday/open-ai": "^4.7",
"league/oauth2-linkedin": "^5.1",
"stevenmaguire/oauth2-microsoft": "^2.2",
"league/oauth2-github": "^3.1",
"league/oauth2-facebook": "^2.2",
"psr/log": "~1.0",
"ext-curl": "*",
"ext-pcntl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-dom": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-posix": "*",
"ext-zip": "*",
"ext-fileinfo": "*",
"ext-mbstring": "*",
"ext-zlib": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-openssl": "*"
}
}