-
Notifications
You must be signed in to change notification settings - Fork 21
/
composer.json
47 lines (47 loc) · 1.55 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
{
"name": "go1/util",
"license": "proprietary",
"prefer-stable": true,
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"go1\\util\\": "./",
"go1\\clients\\": "./clients/"
}
},
"require": {
"php": "^7.2",
"doctrine/cache": "^v1.6.0",
"go1/elasticsearch-compat":"dev-master",
"go1/app": "dev-master",
"go1/edge": "^0.3",
"go1/util_core": "dev-master",
"go1/util_core_clients": "dev-master",
"ktamas77/firebase-php": "^2.2",
"monolog/monolog": "^1.19.0",
"ongr/elasticsearch-dsl": "^5.0",
"php-amqplib/php-amqplib": "^2.6",
"ralouphie/mimey": "^1.0",
"symfony/var-dumper": "^4.0 | ^3.4",
"go1.core/util": "dev-master",
"go1.libraries/notify.util": "dev-master",
"guzzlehttp/guzzle": "^7.0.1"
},
"require-dev": {
"behat/transliterator": "^1.2",
"ezyang/htmlpurifier": "^4.9",
"go1/util_publishing_event": "dev-master",
"predis/predis": "~0.8",
"qandidate/toggle": "^1.1"
},
"suggest": {
"predis/predis": "To use the PredisCollection to persist toggles in redis",
"qandidate/toggle": "^1.1",
"graphaware/neo4j-php-client": "^4.6"
},
"repositories": [
{ "type": "vcs", "url": "https://code.go1.com.au/mirror/go1-core/util.git" },
{ "type": "vcs", "url": "[email protected]:util/es.git" },
{ "type": "vcs", "url": "[email protected]:domain-notifications/notify-util.git" }
]
}