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