forked from matecat/MateCat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (40 loc) · 1.16 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
{
"require-dev": {
"phpunit/phpunit": "^4.8",
"robmorgan/phinx": "^0.4.6"
},
"require": {
"php": ">=5.6.40",
"phptal/phptal": "^1.3.0",
"google/apiclient": "^2.4.1",
"google/apiclient-services": "^0.128",
"klein/klein": "^2.1",
"matecat/simple-s3": "^1.5",
"matecat/whole-text-finder": "^1.0",
"matecat/xliff-parser": "^v2.0",
"matecat/subfiltering": "^2.0",
"monolog/monolog": "1.17.*",
"phpmailer/phpmailer": "~6.1",
"phpoffice/phpspreadsheet": "~1.29",
"symfony/console": "^2.8",
"symfony/filesystem": "^2.8.9",
"defuse/php-encryption": "2.0.*",
"behat/transliterator": "^1.3",
"swaggest/json-schema": "^0.12.39",
"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": "*",
"orhanerday/open-ai": "^4.7"
}
}