Add Superuser Logging Dashboard

This commit is contained in:
2024-03-31 13:07:25 +02:00
parent aa7020c19d
commit 5afbe54268
13 changed files with 320 additions and 25 deletions

123
composer.lock generated
View File

@@ -4,8 +4,73 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "31ac3d5515d95b8df2c3e650f681dfe2",
"content-hash": "932b0270f36b70f4585461c8c5e49167",
"packages": [
{
"name": "alfrasc/laravel-matomo-tracker",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/alfrasc/laravel-matomo-tracker.git",
"reference": "dd9e82ceb6388ea5f5b80eba28d1d99a17c68305"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alfrasc/laravel-matomo-tracker/zipball/dd9e82ceb6388ea5f5b80eba28d1d99a17c68305",
"reference": "dd9e82ceb6388ea5f5b80eba28d1d99a17c68305",
"shasum": ""
},
"require": {
"matomo/matomo-php-tracker": "^3.0.0"
},
"require-dev": {
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "~7.0",
"sempro/phpunit-pretty-print": "^1.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Alfrasc\\MatomoTracker\\LaravelMatomoTrackerServiceProvider"
],
"aliases": {
"LaravelMatomoTracker": "Alfrasc\\MatomoTracker\\Facades\\LaravelMatomoTracker"
}
}
},
"autoload": {
"psr-4": {
"Alfrasc\\MatomoTracker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Alexander Schmidhuber",
"email": "alexander.schmidhuber@gmail.com",
"homepage": "https://schmidhuber.co.at"
}
],
"description": "A Laravel facade/wrapper for the matomo/matomo-php-tracker for server side Matomo tracking.",
"homepage": "https://github.com/alfrasc/matomotracker",
"keywords": [
"Matomo PHP Tracker",
"Piwik PHP Tracker",
"laravel",
"piwik",
"server side tracking"
],
"support": {
"issues": "https://github.com/alfrasc/laravel-matomo-tracker/issues",
"source": "https://github.com/alfrasc/laravel-matomo-tracker/tree/v1.0.0"
},
"time": "2021-11-18T11:36:18+00:00"
},
{
"name": "bacon/bacon-qr-code",
"version": "2.0.8",
@@ -3465,6 +3530,62 @@
},
"time": "2024-02-16T16:26:57+00:00"
},
{
"name": "matomo/matomo-php-tracker",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/matomo-php-tracker.git",
"reference": "c9e7816d63ddf99bffb1414cfbe45f4c4edf1d4b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/c9e7816d63ddf99bffb1414cfbe45f4c4edf1d4b",
"reference": "c9e7816d63ddf99bffb1414cfbe45f4c4edf1d4b",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-curl": "Using this extension to issue the HTTPS request to Matomo"
},
"type": "library",
"autoload": {
"classmap": [
"."
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https://matomo.org/team/"
}
],
"description": "PHP Client for Matomo Analytics Tracking API",
"homepage": "https://matomo.org",
"keywords": [
"analytics",
"matomo",
"piwik",
"tracker"
],
"support": {
"forum": "https://forum.matomo.org/",
"issues": "https://github.com/matomo-org/matomo-php-tracker/issues",
"source": "https://github.com/matomo-org/matomo-php-tracker"
},
"time": "2023-03-24T15:16:22+00:00"
},
{
"name": "mobiledetect/mobiledetectlib",
"version": "2.8.45",