aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock56
1 files changed, 55 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 50858f8..fb73243 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": "c228a32331b8e43e449ba12dc4439757",
+ "content-hash": "3204be06a1b7a37cc0af50a0babca0a0",
"packages": [
{
"name": "auth0/auth0-php",
@@ -3042,6 +3042,60 @@
"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": {