Skip to content

Commit 97dd66f

Browse files
committed
Fix composer
1 parent 15fc9ec commit 97dd66f

File tree

1 file changed

+36
-26
lines changed

1 file changed

+36
-26
lines changed

composer.json

Lines changed: 36 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,40 @@
11
{
2-
"name": "codeinternetapplications/monolog-stackdriver",
3-
"description": "Stackdriver handler for Monolog.",
4-
"keywords": ["monolog", "log", "logging", "stackdriver", "gcp", "google cloud", "gcp", "laravel", "lumen"],
5-
"homepage": "http://github.com/codeinternetapplications/monolog-stackdriver",
6-
"type": "library",
7-
"license": "MIT",
8-
"authors": [
9-
{
10-
"name": "Martin van Dam",
11-
"email": "[email protected]",
12-
"homepage": "https://www.code.nl"
13-
},
14-
{
15-
"name": "Wouter Monkhorst",
16-
"email": "[email protected]",
17-
"homepage": "https://www.code.nl"
18-
}
19-
],
20-
"require": {
21-
"php": "^7.2",
22-
"monolog/monolog": "^2.0",
23-
"google/cloud-logging": "^1.18"
2+
"name": "beyounglabs/monolog-stackdriver",
3+
"description": "Stackdriver handler for Monolog (codeinternetapplications/monolog-stackdriver Fork). ",
4+
"keywords": [
5+
"monolog",
6+
"log",
7+
"logging",
8+
"stackdriver",
9+
"gcp",
10+
"google cloud",
11+
"gcp",
12+
"laravel",
13+
"lumen"
14+
],
15+
"homepage": "http://github.com/beyounglabs/monolog-stackdriver",
16+
"type": "library",
17+
"license": "MIT",
18+
"authors": [
19+
{
20+
"name": "Martin van Dam",
21+
"email": "[email protected]",
22+
"homepage": "https://www.code.nl"
2423
},
25-
"autoload": {
26-
"psr-4": {
27-
"CodeInternetApplications\\MonologStackdriver\\": "src/"
28-
}
24+
{
25+
"name": "Wouter Monkhorst",
26+
"email": "[email protected]",
27+
"homepage": "https://www.code.nl"
2928
}
29+
],
30+
"require": {
31+
"php": ">=8.0",
32+
"monolog/monolog": "^2.0",
33+
"google/cloud-logging": "^1.18"
34+
},
35+
"autoload": {
36+
"psr-4": {
37+
"BeyoungLabs\\MonologStackdriver\\": "src/"
38+
}
39+
}
3040
}

0 commit comments

Comments
 (0)