| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "posthog/posthog-php", |
| 5 |
"version": "2.1.1", |
| 6 |
"version_normalized": "2.1.1.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/PostHog/posthog-php.git", |
| 10 |
"reference": "2d426999b35fd164591b1ab8af46699e3a30d8cb" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/PostHog/posthog-php/zipball/2d426999b35fd164591b1ab8af46699e3a30d8cb", |
| 15 |
"reference": "2d426999b35fd164591b1ab8af46699e3a30d8cb", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"ext-json": "*", |
| 20 |
"php": ">=7.1" |
| 21 |
}, |
| 22 |
"require-dev": { |
| 23 |
"overtrue/phplint": "^3.0", |
| 24 |
"phpunit/phpunit": "^9.0", |
| 25 |
"squizlabs/php_codesniffer": "^3.6" |
| 26 |
}, |
| 27 |
"time": "2022-01-21T13:59:53+00:00", |
| 28 |
"bin": [ |
| 29 |
"bin/posthog" |
| 30 |
], |
| 31 |
"type": "library", |
| 32 |
"installation-source": "dist", |
| 33 |
"autoload": { |
| 34 |
"psr-4": { |
| 35 |
"PostHog\\": "lib/" |
| 36 |
} |
| 37 |
}, |
| 38 |
"notification-url": "https://packagist.org/downloads/", |
| 39 |
"license": [ |
| 40 |
"MIT" |
| 41 |
], |
| 42 |
"authors": [ |
| 43 |
{ |
| 44 |
"name": "PostHog <hey@posthog.com>", |
| 45 |
"homepage": "https://posthog.com/" |
| 46 |
} |
| 47 |
], |
| 48 |
"description": "PostHog PHP Library", |
| 49 |
"homepage": "https://github.com/PostHog/posthog-php", |
| 50 |
"keywords": [ |
| 51 |
"posthog" |
| 52 |
], |
| 53 |
"support": { |
| 54 |
"issues": "https://github.com/PostHog/posthog-php/issues", |
| 55 |
"source": "https://github.com/PostHog/posthog-php/tree/2.1.1" |
| 56 |
}, |
| 57 |
"install-path": "../posthog/posthog-php" |
| 58 |
} |
| 59 |
], |
| 60 |
"dev": false, |
| 61 |
"dev-package-names": [] |
| 62 |
} |
| 63 |
|