|
1 | 1 | {
|
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 |
| - |
12 |
| - "homepage": "https://www.code.nl" |
13 |
| - }, |
14 |
| - { |
15 |
| - "name": "Wouter Monkhorst", |
16 |
| - |
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 | + |
| 22 | + "homepage": "https://www.code.nl" |
24 | 23 | },
|
25 |
| - "autoload": { |
26 |
| - "psr-4": { |
27 |
| - "CodeInternetApplications\\MonologStackdriver\\": "src/" |
28 |
| - } |
| 24 | + { |
| 25 | + "name": "Wouter Monkhorst", |
| 26 | + |
| 27 | + "homepage": "https://www.code.nl" |
29 | 28 | }
|
| 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 | + } |
30 | 40 | }
|
0 commit comments