diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-19 11:57:32 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-19 11:57:32 +0200 |
| commit | 1ebdca26999d8a308b9920301713749d8a860f6b (patch) | |
| tree | 40b4e968fcc8d53779d3039fa9afdd64b4ba9c1e /composer.json | |
| parent | 220c72bc19d8c2d323695d71a9ae98839ef2d9cb (diff) | |
update to 1.4.0
switch to XOlegator fork
drop ZTS build
re-license spec file to CECILL-2.1
add pie virtual provides
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..166f3b5 --- /dev/null +++ b/composer.json @@ -0,0 +1,35 @@ +{ + "name": "xolegator/pinba_extension", + "description": "Pinba PHP extension: collects request and timer metrics and ships them over UDP (protobuf) to Pinba Engine.", + "type": "php-ext", + "keywords": ["pinba", "extension", "profiling", "metrics", "monitoring", "protobuf"], + "homepage": "https://github.com/XOlegator/pinba_extension", + "license": "LGPL-2.1-or-later", + "authors": [ + { + "name": "Antony Dovgal", + "homepage": "https://github.com/tony2001/pinba_extension", + "role": "Original author" + }, + { + "name": "Oleg Ekhlakov", + "email": "o.ekhlakov@protonmail.com", + "homepage": "https://github.com/XOlegator/pinba_extension", + "role": "Fork maintainer" + } + ], + "support": { + "issues": "https://github.com/XOlegator/pinba_extension/issues", + "source": "https://github.com/XOlegator/pinba_extension" + }, + "require": { + "php": ">=8.2" + }, + "php-ext": { + "extension-name": "pinba", + "priority": 20, + "support-zts": true, + "support-nts": true, + "configure-options": [] + } +} |
