forked from matomo-org/plugin-GoogleAnalyticsImporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 697 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 697 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
{
"require": {
"php": ">=7.2.5",
"google/apiclient": "^2.11",
"google/apiclient-services": "^0.221",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/promises": "1.5.1",
"google/analytics-data": "^0.8.1",
"google/analytics-admin": "^0.5.1",
"phpseclib/bcmath_compat": "^2.0"
},
"replace": {
"monolog/monolog": "*"
},
"scripts": {
"post-install-cmd": "Google\\Task\\Composer::cleanup",
"post-update-cmd": "Google\\Task\\Composer::cleanup"
},
"extra": {
"google/apiclient-services": [
"Analytics",
"AnalyticsReporting",
"Oauth2"
]
}
}