This repository was archived by the owner on Jun 22, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.26 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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": "blog404de/regenradarvideo",
"type": "project",
"description": "Erzeugt Regenradar-Videos für die eigene Homepage anhand der vom DWD bereitgestellten Radarbilder",
"keywords": [
"DWD",
"Regenradar",
"Satellitenbild"
],
"homepage": "https://github.com/Blog404DE/RegenRadarVideo",
"license": "MIT",
"authors": [
{
"name": "Jens Dutzi",
"email": "info@tf-network.de",
"homepage": "https://www.tf-network.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Blog404DE/RegenRadarVideo/issues"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"friendsofphp/php-cs-fixer": "^3.0",
"sebastian/phpcpd": "^6.0",
"wapmorgan/php-deprecation-detector": "dev-master",
"squizlabs/php_codesniffer": "^3.6"
},
"require": {
"php": "^8.0",
"ext-curl": "*",
"ext-mbstring": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"blog404de\\RegenRadar\\": "botLib/"
}
},
"extra": {
"branch-alias": {
"dev-develop": "3.3.x-dev"
}
}
}