{
  "name": "debuss-a/mtomsoapclient",
  "type": "library",
  "description": "This class overrides SoapClient::__doRequest() method to implement MTOM for PHP. It decodes XML and integrate attachments in the XML response.",
  "homepage": "https://github.com/debuss/MTOMSoapClient",
  "license": "MIT",
  "keywords": [
    "soap",
    "SoapClient",
    "mtom"
  ],
  "authors": [
    {
      "name": "Alexandre DEBUSSCHERE",
      "email": "zizilex@gmail.com"
    }
  ],
  "require": {
    "php": "^7.2",
    "ext-soap": "*"
  },
  "require-dev": {
    "ext-simplexml": "*",
    "ext-libxml": "*",
    "phpunit/phpunit": "^8"
  },
  "autoload": {
    "psr-4": {
      "KeepItSimple\\Http\\Soap\\": ""
    }
  },
  "autoload-dev": {
    "psr-4": {
      "KeepItSimpleTest\\Http\\Soap\\": "tests/"
    }
  }
}
