forked from matomo-org/tracker-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 758 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 758 Bytes
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
{
"name": "matomo/tracker-proxy",
"description": "HTTP proxy for Matomo's tracker API. This script allows to track websites with Matomo without revealing to your visitors the secret Matomo server URL.",
"type": "project",
"license": "GPL-3.0+",
"authors": [
{
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https://matomo.org/team/"
}
],
"require": {
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
"guzzlehttp/guzzle": "^5.0"
},
"scripts": {
"test": [
"phpunit tests/"
]
},
"config": {
"platform": {
"php": "8.0.22"
},
"sort-packages": true
}
}