diff options
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": [] + } +} |
