-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 1.13 KB
/
composer.json
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": "digitalist-open-cloud/matomo-bot-tracker",
"description": "Bot Tracker for Matomo",
"type": "matomo-plugin",
"license": "LGPL-3.0-or-later",
"version": "5.2.18",
"authors": [
{
"name": "Mikke Schirén",
"email": "[email protected]"
}
],
"require": {
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "9.6.4",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"pheromone/phpcs-security-audit": "^2.0",
"php-webdriver/webdriver": "^1.15",
"squizlabs/php_codesniffer": "^3.7",
"phpstan/phpstan": "^1.10.62",
"slevomat/coding-standard": "^8.8",
"spaze/phpstan-disallowed-calls": "^2.12",
"psr/container": "1.1.2",
"phpstan/phpstan-deprecation-rules": "^1.1"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
},
"extra": {
"installer-paths": {
"plugins/BotTracker/": ["matomo-plugin"]
}
}
}