forked from hoangthienan/util_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.22 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
{
"name": "go1/util_core",
"license": "proprietary",
"prefer-stable": true,
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"go1\\util\\": "./"
}
},
"require": {
"php": "^7.4",
"ext-pdo": "*",
"ext-json": "*",
"doctrine/dbal": "2.12.1",
"firebase/php-jwt": "^5.0",
"go1/kv": "^0.2",
"go1/flood": "^0.6",
"go1.core/util": "dev-master",
"ramsey/uuid": "^3.4",
"symfony/http-foundation": "^4.0 | ^3.4",
"pimple/pimple": "^v3.0.0",
"psr/log": "~1.0"
},
"require-dev": {
"ezyang/htmlpurifier": "^4.12"
},
"suggest": {
"go1/app": "for go1\\util\\DB::connectionOptions()",
"go1/util_core_clients": "If you would like making requests to core-services.",
"ezyang/htmlpurifier": "for go1\\util\\Text"
},
"repositories": [
{ "type": "vcs", "url": "https://code.go1.com.au/mirror/go1-core/util.git" }
]
}