{
  "name": "ergebnis/json-schema-validator",
  "description": "Provides a JSON schema validator, building on top of justinrainbow/json-schema.",
  "license": "MIT",
  "type": "library",
  "keywords": [
    "json",
    "schema",
    "validator"
  ],
  "authors": [
    {
      "name": "Andreas Möller",
      "email": "am@localheinz.com"
    }
  ],
  "homepage": "https://github.com/ergebnis/json-schema-validator",
  "support": {
    "issues": "https://github.com/ergebnis/json-schema-validator/issues",
    "source": "https://github.com/ergebnis/json-schema-validator"
  },
  "require": {
    "php": "^7.4 || ^8.0",
    "ext-json": "*",
    "justinrainbow/json-schema": "^5.2.10"
  },
  "require-dev": {
    "ergebnis/composer-normalize": "^2.18.0",
    "ergebnis/data-provider": "^1.0.0",
    "ergebnis/license": "^1.1.0",
    "ergebnis/php-cs-fixer-config": "~3.4.0",
    "fakerphp/faker": "^1.17.0",
    "infection/infection": "~0.25.3",
    "phpunit/phpunit": "~9.5.10",
    "psalm/plugin-phpunit": "~0.16.1",
    "vimeo/psalm": "^4.15.0"
  },
  "autoload": {
    "psr-4": {
      "Ergebnis\\Json\\SchemaValidator\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Ergebnis\\Json\\SchemaValidator\\Test\\": "test/"
    }
  },
  "config": {
    "platform": {
      "php": "7.4.26"
    },
    "preferred-install": "dist",
    "sort-packages": true
  },
  "extra": {
    "composer-normalize": {
      "indent-size": 2,
      "indent-style": "space"
    }
  }
}
