config/stubs/xdebug.composer.json

{
  "require": {
    "zlib": "*"
  },
  "php-ext": {
    "configure-options": [
      {
        "name": "with-xdebug"
      },
      {
        "name": "with-xdebug-compression"
      }
    ]
  }
}