-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 780 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 780 Bytes
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
{
"name": "juanparati/laralog",
"description": "The Laravel log sender for ElasticSearch and Datadog",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "BSD",
"authors": [
{
"name": "Juan Lago",
"email": "juanparati@gmail.com"
}
],
"config": {
"vendor-dir": "src/Vendor",
"allow-plugins": {
"php-http/discovery": true
}
},
"scripts": {
"post-create-project-cmd": [
"@composer create-project mamuph/system src/System \"2.2\""
]
},
"require": {
"league/climate": "^3.8.1",
"elasticsearch/elasticsearch": "^v7.17",
"nesbot/carbon": "^3.1",
"amphp/amp": "^v3.0.0",
"amphp/http-client": "^5.0",
"ext-pcntl": "*",
"ext-json": "*",
"revolt/event-loop": "^1.0"
}
}