summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 8cf436ad621f18f3fba5d57c6dc5c5f9d4c8bb8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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": []
    }
}