| Current Path : /home/flapst5/www/wp-content/plugins/beehive-analytics/dependencies/ |
| Current File : /home/flapst5/www/wp-content/plugins/beehive-analytics/dependencies/composer.json |
{
"name": "incsub\/google-analytics-async",
"version": "3.5.2",
"description": "Beehive Analytics",
"keywords": [
"google",
"analytics",
"google-analytics",
"statistics"
],
"homepage": "https:\/\/wpmudev.com\/project\/beehive-analytics-pro\/",
"license": "GPL-2.0+",
"authors": [
{
"name": "Incsub",
"homepage": "https:\/\/wpmudev.com"
}
],
"type": "wordpress-plugin",
"require": {
"php": ">=7.4",
"google\/apiclient": "2.15.2"
},
"config": {
"platform": {
"php": "7.4"
},
"audit": {
"block-insecure": false
}
},
"extra": {
"google\/apiclient-services": [
"Oauth2",
"Analytics",
"AnalyticsData",
"PeopleService",
"AnalyticsReporting",
"GoogleAnalyticsAdmin"
]
},
"scripts": {
"post-install-cmd": [
"Google_Task_Composer::cleanup",
"php misc\/composer\/php-scoper.phar add-prefix --config=misc\/composer\/scoper.inc.php --output-dir=dependencies --force",
"cd dependencies && composer dump-autoload -o",
"rm -rf vendor"
],
"post-update-cmd": [
"Google_Task_Composer::cleanup",
"php misc\/composer\/php-scoper.phar add-prefix --config=misc\/composer\/scoper.inc.php --output-dir=dependencies --force",
"cd dependencies && composer dump-autoload -o",
"rm -rf vendor"
]
}
}