{
  "name": "antidot-be/bpost-api-library",
  "version": "3.5.1",
  "type": "library",
  "description": "bpost API library is a PHP library to communicate with the bpost API.",
  "homepage": "https://github.com/Antidot-be/bpost-api-library",
  "license": "BSD-3-Clause",
  "authors": [
    {
      "name": "Raphaël Pommier",
      "email": "rpommier@antidot.com",
      "role": "Developer"
    },
    {
      "name": "kouinkouin",
      "email": "me@kouinkouin.com",
      "role": "Developer"
    },
    {
      "name": "Tijs Verkoyen",
      "email": "bpost@verkoyen.eu",
      "role": "Developer"
    }
  ],
  "require": {
    "php": ">=5.3.0",
    "ext-curl": "*",
    "ext-mbstring": "*",
    "psr/log": "*",
    "ext-dom": "*",
    "ext-SimpleXML": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^5",
    "friendsofphp/php-cs-fixer": "=3.9.5"
  },
  "autoload": {
    "psr-4": {
      "Bpost\\BpostApiClient\\": "src/",
      "Tests\\": "tests/"
    },
    "classmap": [
      "src/tijsverkoyen_classes.php"
    ]
  }
}
