{
  "name": "piotrooo/wsdl-creator",
  "description": "PHP WSDL creator using PHPdoc (annotations, reflections).",
  "minimum-stability": "dev",
  "license": "MIT",
  "keywords": [
    "php",
    "wsdl",
    "generator",
    "creator",
    "annotations",
    "reflections",
    "soap"
  ],
  "authors": [
    {
      "name": "Piotr Olaszewski",
      "email": "piotroo89@gmail.com"
    }
  ],
  "require": {
    "php": ">=5.6",
    "letsdrink/ouzo-goodies": "1.6.0",
    "doctrine/annotations": "1.2.7"
  },
  "require-dev": {
    "phpunit/phpunit": "4.8.36",
    "scrutinizer/ocular": "1.3.0",
    "doctrine/instantiator": "1.0.5",
    "phpdocumentor/reflection-common": "0.3"
  },
  "autoload": {
    "psr-0": {
      "WSDL\\": "src/",
      "Tests\\": "tests/src/",
      "Fixtures\\": "tests/",
      "Clients\\": "tests/"
    }
  }
}
