haringsrob/icecat

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "haringsrob/icecat",
  "type": "library",
  "description": "Icecat data fetching class",
  "keywords": ["icecat"],
  "homepage": "https://github.com/haringsrob/icecat",
  "license": "MIT",
  "authors": [
    {
      "name": "Harings Rob",
      "email": "haringsrob@gmail.com",
      "homepage": "http://harings.be",
      "role": "Developer"
    }
  ],
  "require": {
    "php": ">=5.5.0",
    "guzzlehttp/guzzle": "~6.0|~7"
  },
  "require-dev": {
    "phpunit/phpunit": "~4.0",
    "squizlabs/php_codesniffer": "^3.0",
    "phpmd/phpmd": "^2.6"
  },
  "autoload": {
    "psr-4": {
      "haringsrob\\Icecat\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "haringsrob\\Icecat\\Tests\\": "tests"
    }
  }
}