{
  "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": ">=7.4",
    "ext-dom": "*",
    "letsdrink/ouzo-goodies": "1.8.0",
    "doctrine/annotations": "1.13.2"
  },
  "require-dev": {
    "phpunit/phpunit": "7.5.5",
    "scrutinizer/ocular": "1.5.2",
    "friendsofphp/php-cs-fixer": "2.19.3"
  },
  "autoload": {
    "psr-4": {
      "": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\": "tests/",
      "Fixtures\\": "tests/Fixtures"
    }
  },
  "scripts": {
    "fix-code-style": "php-cs-fixer fix",
    "check-code-style": "php-cs-fixer fix --dry-run"
  }
}
