{
  "name": "ergebnis/json-printer",
  "type": "library",
  "description": "Provides a JSON printer, allowing for flexible indentation.",
  "keywords": [
    "json",
    "printer",
    "formatter"
  ],
  "homepage": "https://github.com/ergebnis/json-printer",
  "license": "MIT",
  "authors": [
    {
      "name": "Andreas Möller",
      "email": "am@localheinz.com"
    }
  ],
  "require": {
    "php": "^7.4 || ^8.0",
    "ext-json": "*",
    "ext-mbstring": "*"
  },
  "require-dev": {
    "ergebnis/license": "^1.1.0",
    "ergebnis/php-cs-fixer-config": "^3.4.0",
    "fakerphp/faker": "^1.17.0",
    "infection/infection": "~0.25.5",
    "phpunit/phpunit": "^9.5.11",
    "psalm/plugin-phpunit": "~0.16.1",
    "vimeo/psalm": "^4.16.1"
  },
  "config": {
    "allow-plugins": {
      "composer/package-versions-deprecated": true,
      "infection/extension-installer": true
    },
    "platform": {
      "php": "7.4.26"
    },
    "preferred-install": "dist",
    "sort-packages": true
  },
  "autoload": {
    "psr-4": {
      "Ergebnis\\Json\\Printer\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Ergebnis\\Json\\Printer\\Test\\": "test/"
    }
  },
  "support": {
    "issues": "https://github.com/ergebnis/json-printer/issues",
    "source": "https://github.com/ergebnis/json-printer"
  }
}
