{
  "name": "bepsvpt/blurhash",
  "description": "A PHP implementation of BlurHash with Laravel integration.",
  "license": "MIT",
  "type": "library",
  "keywords": [
    "blurhash",
    "laravel"
  ],
  "authors": [
    {
      "name": "bepsvpt",
      "email": "og7lsrszah6y3lz@infinitefa.email"
    }
  ],
  "homepage": "https://github.com/bepsvpt/blurhash",
  "require": {
    "php": "^8.0",
    "ext-gd": "*",
    "illuminate/support": "~8.0 || ~9.0 || ~10.0",
    "intervention/image": "~2.7"
  },
  "require-dev": {
    "ergebnis/composer-normalize": "~2.30",
    "laravel/pint": "~1.5",
    "orchestra/testbench": "~6.27 || ~7.24 || ~8.3",
    "phpstan/phpstan": "~1.10",
    "phpunit/phpunit": "~9.6 || ~10.0"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "autoload": {
    "psr-4": {
      "Bepsvpt\\Blurhash\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Bepsvpt\\Blurhash\\Tests\\": "tests/"
    }
  },
  "config": {
    "allow-plugins": {
      "ergebnis/composer-normalize": true
    },
    "optimize-autoloader": true,
    "preferred-install": "dist",
    "sort-packages": true
  },
  "extra": {
    "laravel": {
      "aliases": {
        "BlurHash": "Bepsvpt\\Blurhash\\Facades\\BlurHash"
      },
      "providers": [
        "Bepsvpt\\Blurhash\\BlurHashServiceProvider"
      ]
    }
  }
}
