-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·39 lines (39 loc) · 1.01 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.01 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
{
"name": "daandelange/simplestats",
"description": "Simple visitor analytics for your Kirby website.",
"type": "kirby-plugin",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/Daandelange/kirby-simplestats#readme",
"authors": [
{
"name": "Daan de Lange",
"role": "Creator, Maintainer",
"homepage" : "https://daandelange.com/"
},
{
"name": "Bogdan Condorachi",
"role": "Maintainer"
}
],
"require": {
"php": ">=8.2.0",
"whichbrowser/parser": "^2.1",
"simplestats/referer-parser": "^1.1",
"getkirby/composer-installer": "^1.1"
},
"autoload": {
"psr-4": {
"daandelange\\SimpleStats\\": "src/models/"
}
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"extra": {
"installer-name": "simplestats"
}
}