{
  "name": "gaalferov/php-ext-domain-connect",
  "description": "PHP extension for Domain Connect",
  "authors": [
    {
      "name": "Hennadii Alforov",
      "email": "a@gaalferov.com"
    }
  ],
  "type": "project",
  "license": "MIT",
  "autoload": {
    "psr-4": {
      "DomainConnect\\": "src/",
      "Tests\\": "tests/"
    }
  },
  "require": {
    "php": ">=5.6",
    "ext-json": "*",
    "ext-openssl": "*",
    "guzzlehttp/guzzle": "^6.3",
    "layershifter/tld-extract": "^2.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^5"
  },
  "scripts": {
    "tests": "php vendor/bin/phpunit ./tests",
    "cs-audit": "php-cs-fixer fix -v --diff --dry-run",
    "cs-fix": "php-cs-fixer fix -v --diff"
  }
}
