diff options
author | Frankie B <git@diskfloppy.me> | 2024-06-19 15:15:35 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-06-19 15:15:35 +0100 |
commit | 8f02ed0a76ce021d9877f28793aa0ebff2b88e8c (patch) | |
tree | 622fd42be95b42817b38ee9e11eb6c0509c1c955 /composer.lock | |
parent | 02c68f854589e63ba4ee1d5a8732ba9be25ceb6a (diff) |
Remove posthog pageview middleware
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/composer.lock b/composer.lock index fb73243..8571ff1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3204be06a1b7a37cc0af50a0babca0a0", + "content-hash": "28176864af13fa0e06f1784e6e64e791", "packages": [ { "name": "auth0/auth0-php", @@ -3042,60 +3042,6 @@ "time": "2023-11-12T21:59:55+00:00" }, { - "name": "posthog/posthog-php", - "version": "3.3.2", - "source": { - "type": "git", - "url": "https://github.com/PostHog/posthog-php.git", - "reference": "34301d0f20e20b785d465c574557278d18620f31" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PostHog/posthog-php/zipball/34301d0f20e20b785d465c574557278d18620f31", - "reference": "34301d0f20e20b785d465c574557278d18620f31", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": ">=8.0" - }, - "require-dev": { - "overtrue/phplint": "^3.0", - "phpunit/phpunit": "^9.0", - "slope-it/clock-mock": "^0.4.0", - "squizlabs/php_codesniffer": "^3.7" - }, - "bin": [ - "bin/posthog" - ], - "type": "library", - "autoload": { - "psr-4": { - "PostHog\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PostHog <hey@posthog.com>", - "homepage": "https://posthog.com/" - } - ], - "description": "PostHog PHP Library", - "homepage": "https://github.com/PostHog/posthog-php", - "keywords": [ - "posthog" - ], - "support": { - "issues": "https://github.com/PostHog/posthog-php/issues", - "source": "https://github.com/PostHog/posthog-php/tree/3.3.2" - }, - "time": "2024-04-03T13:19:42+00:00" - }, - { "name": "psr-discovery/all", "version": "1.0.1", "source": { |