tomaj/invoice-client

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "tomaj/invoice-client",
  "description": "Invoice client",
  "type": "library",
  "license": "MIT",
  "authors": [
    {
      "name": "Tomas Majer",
      "homepage": "http://tomaj.sk"
    }
  ],
  "require": {
    "php": ">= 5.5.0",
    "guzzlehttp/guzzle": "^6.0"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "~2.0",
    "phpunit/phpunit": ">4.2",
    "codeclimate/php-test-reporter": "dev-master"
  },
  "minimum-stability": "stable",
  "autoload": {
    "classmap": [
      "src/"
    ]
  }
}