| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "linno/telemetry", |
| 5 |
"version": "dev-posthog", |
| 6 |
"version_normalized": "dev-posthog", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/CODEREXLTD/linno-telemetry.git", |
| 10 |
"reference": "5b82a44bdead65fa99685849294fcbb37ec043c5" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/CODEREXLTD/linno-telemetry/zipball/5b82a44bdead65fa99685849294fcbb37ec043c5", |
| 15 |
"reference": "5b82a44bdead65fa99685849294fcbb37ec043c5", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=7.4", |
| 20 |
"posthog/posthog-php": "^2.1" |
| 21 |
}, |
| 22 |
"require-dev": { |
| 23 |
"mockery/mockery": "^1.5", |
| 24 |
"phpunit/phpunit": "^9.5" |
| 25 |
}, |
| 26 |
"time": "2026-04-24T09:51:53+00:00", |
| 27 |
"type": "library", |
| 28 |
"installation-source": "dist", |
| 29 |
"autoload": { |
| 30 |
"psr-4": { |
| 31 |
"LinnoSDK\\Telemetry\\": "src/" |
| 32 |
}, |
| 33 |
"files": [ |
| 34 |
"src/helpers.php" |
| 35 |
] |
| 36 |
}, |
| 37 |
"autoload-dev": { |
| 38 |
"psr-4": { |
| 39 |
"LinnoSDK\\Telemetry\\Tests\\": "tests/" |
| 40 |
} |
| 41 |
}, |
| 42 |
"license": [ |
| 43 |
"GPL-2.0-or-later" |
| 44 |
], |
| 45 |
"authors": [ |
| 46 |
{ |
| 47 |
"name": "Linno", |
| 48 |
"email": "support@linno.co" |
| 49 |
} |
| 50 |
], |
| 51 |
"description": "Privacy-first telemetry SDK for Linno WordPress plugins", |
| 52 |
"support": { |
| 53 |
"source": "https://github.com/CODEREXLTD/linno-telemetry/tree/posthog", |
| 54 |
"issues": "https://github.com/CODEREXLTD/linno-telemetry/issues" |
| 55 |
}, |
| 56 |
"install-path": "../linno/telemetry" |
| 57 |
}, |
| 58 |
{ |
| 59 |
"name": "posthog/posthog-php", |
| 60 |
"version": "2.1.1", |
| 61 |
"version_normalized": "2.1.1.0", |
| 62 |
"source": { |
| 63 |
"type": "git", |
| 64 |
"url": "https://github.com/PostHog/posthog-php.git", |
| 65 |
"reference": "2d426999b35fd164591b1ab8af46699e3a30d8cb" |
| 66 |
}, |
| 67 |
"dist": { |
| 68 |
"type": "zip", |
| 69 |
"url": "https://api.github.com/repos/PostHog/posthog-php/zipball/2d426999b35fd164591b1ab8af46699e3a30d8cb", |
| 70 |
"reference": "2d426999b35fd164591b1ab8af46699e3a30d8cb", |
| 71 |
"shasum": "" |
| 72 |
}, |
| 73 |
"require": { |
| 74 |
"ext-json": "*", |
| 75 |
"php": ">=7.1" |
| 76 |
}, |
| 77 |
"require-dev": { |
| 78 |
"overtrue/phplint": "^3.0", |
| 79 |
"phpunit/phpunit": "^9.0", |
| 80 |
"squizlabs/php_codesniffer": "^3.6" |
| 81 |
}, |
| 82 |
"time": "2022-01-21T13:59:53+00:00", |
| 83 |
"bin": [ |
| 84 |
"bin/posthog" |
| 85 |
], |
| 86 |
"type": "library", |
| 87 |
"installation-source": "dist", |
| 88 |
"autoload": { |
| 89 |
"psr-4": { |
| 90 |
"PostHog\\": "lib/" |
| 91 |
} |
| 92 |
}, |
| 93 |
"notification-url": "https://packagist.org/downloads/", |
| 94 |
"license": [ |
| 95 |
"MIT" |
| 96 |
], |
| 97 |
"authors": [ |
| 98 |
{ |
| 99 |
"name": "PostHog <hey@posthog.com>", |
| 100 |
"homepage": "https://posthog.com/" |
| 101 |
} |
| 102 |
], |
| 103 |
"description": "PostHog PHP Library", |
| 104 |
"homepage": "https://github.com/PostHog/posthog-php", |
| 105 |
"keywords": [ |
| 106 |
"posthog" |
| 107 |
], |
| 108 |
"support": { |
| 109 |
"issues": "https://github.com/PostHog/posthog-php/issues", |
| 110 |
"source": "https://github.com/PostHog/posthog-php/tree/2.1.1" |
| 111 |
}, |
| 112 |
"install-path": "../posthog/posthog-php" |
| 113 |
} |
| 114 |
], |
| 115 |
"dev": false, |
| 116 |
"dev-package-names": [] |
| 117 |
} |
| 118 |
|