diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-09 07:46:05 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-09 07:46:05 +0200 |
| commit | d85909c23224ac4a6b21b7b43f761fe9d604e33a (patch) | |
| tree | f8f719d21c8dd750525232e726d6f62ba143c507 /composer.json | |
| parent | 0744d26b99eb2021f1e90d4acf2f0195159873b5 (diff) | |
open https://bugs.xdebug.org/view.php?id=2434 test failure on aarch64
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8cf436a --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "xdebug/xdebug", + "type": "php-ext-zend", + "license": "Xdebug-1.03", + "description": "Xdebug is a debugging and productivity extension for PHP", + "require": { + "php": ">=8.0,<8.6" + }, + "php-ext": { + "priority": 90, + "configure-options": [] + } +} |
