-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
36 lines (36 loc) · 993 Bytes
/
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
{
"require": {
"symfony/cache": "^5.4",
"geoip2/geoip2": "~2.0",
"matomo/device-detector": "^6.2",
"jaybizzle/crawler-detect": "^1.2",
"matomo/referrer-spam-blacklist": "^4.0",
"matomo/network": "^2.0"
},
"replace": {
"psr/log": "*",
"psr/container": "*",
"psr/http-message": "*",
"ankitpokhrel/tus-php": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
},
"config": {
"platform": {
"php": "7.4"
}
},
"scripts": {
"release": [
"@php .tools/release.php"
]
}
}