diff options
author | Frankie B <git@diskfloppy.me> | 2024-06-11 21:36:58 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-06-11 21:36:58 +0100 |
commit | e89a7bb329abf3cd252fea7f624acbc454d7caf4 (patch) | |
tree | 20808feb8932992013d25143bc9f4d12fa737b23 /composer.json | |
parent | 210363d17371a699b33a9502bd0f017dca98f915 (diff) |
Add pageview logging via PostHog
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 315bb81..0a21ccb 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^10.10", "laravel/tinker": "^2.8", + "posthog/posthog-php": "^3.3", "scrivo/highlight.php": "v9.18.1.10", "sentry/sentry-laravel": "^4.1", "spatie/laravel-honeypot": "^4.3", |