|
1 | 1 | { |
2 | | - "name" : "pluswerk/uptime-robot", |
3 | | - "description" : "Simple wrapper to call uptime-robot heartbeat unified", |
4 | | - "type" : "library", |
5 | | - "license": "LGPL-3.0-or-later", |
6 | | - "authors" : [ |
7 | | - { |
8 | | - "name": "Stefan Lamm", |
9 | | - "email": "stefan.lamm@pluswerk.ag", |
10 | | - "homepage": "https://pluswerk.ag" |
11 | | - } |
12 | | - ], |
13 | | - "autoload" : { |
14 | | - "psr-4" : { |
15 | | - "Pluswerk\\UptimeRobot\\" : "src/" |
16 | | - } |
17 | | - }, |
18 | | - "require" : { |
19 | | - "php" : "^7.2 || ~8.0 || ~8.1", |
20 | | - "psr/log": "^1 || ^2 || ^3" |
21 | | - }, |
22 | | - "require-dev": { |
23 | | - "pluswerk/grumphp-config": "^4.0 || ^5.0" |
24 | | - }, |
25 | | - "config": { |
26 | | - "allow-plugins": { |
27 | | - "phpro/grumphp": true, |
28 | | - "pluswerk/grumphp-config": true |
29 | | - } |
30 | | - }, |
31 | | - "extra": { |
32 | | - "pluswerk/grumphp-config": { |
33 | | - "auto-setting": true |
34 | | - }, |
35 | | - "grumphp": { |
36 | | - "config-default-path": "vendor/pluswerk/grumphp-config/grumphp.yml" |
37 | | - } |
| 2 | + "name": "pluswerk/uptime-robot", |
| 3 | + "description": "Simple wrapper to call uptime-robot heartbeat unified", |
| 4 | + "license": "LGPL-3.0-or-later", |
| 5 | + "type": "library", |
| 6 | + "authors": [ |
| 7 | + { |
| 8 | + "name": "Stefan Lamm", |
| 9 | + "email": "stefan.lamm@pluswerk.ag", |
| 10 | + "homepage": "https://pluswerk.ag" |
38 | 11 | } |
| 12 | + ], |
| 13 | + "require": { |
| 14 | + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", |
| 15 | + "psr/log": "^1 || ^2 || ^3" |
| 16 | + }, |
| 17 | + "require-dev": { |
| 18 | + "pluswerk/grumphp-config": "^6.0 || ^7.0" |
| 19 | + }, |
| 20 | + "autoload": { |
| 21 | + "psr-4": { |
| 22 | + "Pluswerk\\UptimeRobot\\": "src/" |
| 23 | + } |
| 24 | + }, |
| 25 | + "config": { |
| 26 | + "allow-plugins": { |
| 27 | + "ergebnis/composer-normalize": true, |
| 28 | + "phpro/grumphp": true, |
| 29 | + "phpstan/extension-installer": true, |
| 30 | + "pluswerk/grumphp-config": true |
| 31 | + } |
| 32 | + }, |
| 33 | + "extra": {} |
39 | 34 | } |
0 commit comments