{
  "name": "thecodingmachine/gotenberg-php-client",
  "description": "A client for sending files to a Gotenberg API",
  "keywords" : [
    "Gotenberg",
    "API",
    "client",
    "PDF",
    "Office",
    "Markdown",
    "HTML",
    "Word",
    "PowerPoint"
  ],
  "homepage" : "https://github.com/thecodingmachine/gotenberg-php-client",
  "type" : "library",
  "license" : "MIT",
  "authors" : [{
    "name" : "Julien Neuhart",
    "email" : "j.neuhart@thecodingmachine.com",
    "homepage" : "https://github.com/gulien"
  }
  ],
  "require" : {
    "php" : ">=7.1",
    "psr/http-message": "^1.0",
    "php-http/client-implementation": "^1.0",
    "php-http/httplug": ">=1.0",
    "php-http/discovery": "^1.0",
    "guzzlehttp/psr7": "^1.4.2",
    "php-http/message": "^1.0",
    "thecodingmachine/safe": "^0.1.8"
  },
  "require-dev" : {
    "phpunit/phpunit": "^7",
    "squizlabs/php_codesniffer": "^3.2",
    "phpstan/phpstan": "^0.10.5",
    "thecodingmachine/phpstan-safe-rule": "^0.1.0",
    "thecodingmachine/phpstan-strict-rules": "^0.10.7",
    "php-http/mock-client": "^1.0",
    "php-http/guzzle6-adapter": "^1.1"
  },
  "autoload" : {
    "psr-4" : {
      "TheCodingMachine\\Gotenberg\\" : "src/"
    }
  },
  "autoload-dev" : {
    "psr-4" : {
      "TheCodingMachine\\Gotenberg\\" : "tests/"
    }
  },
  "scripts": {
    "cs-fix": "phpcbf",
    "cs-check": "phpcs",
    "phpstan": "phpstan analyse src -c phpstan.neon --level=7 --no-progress -vvv",
    "phpunit": "phpunit --configuration phpunit.xml.dist"
  },
  "extra": {
    "branch-alias": {
      "dev-master": "3.0.x-dev"
    }
  }
}
