-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.39 KB
/
Copy pathcomposer.json
File metadata and controls
39 lines (39 loc) · 1.39 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
{
"require": {
"dev4press/library": "5.5.2",
"matomo/device-detector": "^6.5",
"ip2location/ip2location-php": "^9.8",
"geoip2/geoip2": "2.13.0",
"php": ">=8.0"
},
"scripts": {
"post-cleanup": [
"rm -rf vendor/bin",
"rm -rf vendor/erusev/parsedown/.github",
"rm -rf vendor/erusev/parsedown-extra/test",
"rm -rf vendor/erusev/parsedown-extra/.travis.yml",
"rm -rf vendor/erusev/parsedown-extra/phpunit.xml.dist",
"rm -rf vendor/ip2location/ip2location-php/.github",
"rm -rf vendor/ip2location/ip2location-php/data",
"rm -rf vendor/ip2location/ip2location-php/docs",
"rm -rf vendor/ip2location/ip2location-php/examples",
"rm -rf vendor/ip2location/ip2location-php/tests",
"rm -rf vendor/ip2location/ip2location-php/.readthedocs.yaml",
"rm -rf vendor/ip2location/ip2location-php/phpunit.xml",
"rm -rf vendor/maxmind/web-service-common/dev-bin",
"rm -rf vendor/maxmind-db/reader/ext",
"rm -rf vendor/maxmind-db/reader/package.xml",
"rm -rf vendor/geoip2/geoip2/examples",
"rm -rf vendor/mustangostang/spyc/examples",
"rm -rf vendor/mustangostang/spyc/tests",
"rm -rf vendor/mustangostang/spyc/phpunit.xml",
"rm -rf vendor/mustangostang/spyc/.gitignore"
],
"post-install-cmd": [
"@post-cleanup"
],
"post-update-cmd": [
"@post-cleanup"
]
}
}