{
  "name": "azuyalabs/yasumi",
  "description": "The easy PHP Library for calculating holidays.",
  "type": "library",
  "authors": [
    {
      "name": "Sacha Telgenhof",
      "email": "me@sachatelgenhof.com",
      "role": "Maintainer"
    }
  ],
  "homepage": "https://www.yasumi.dev",
  "license": "MIT",
  "keywords": [
    "holiday",
    "holidays",
    "calendar",
    "calculation",
    "celebration",
    "date",
    "time",
    "bank",
    "national"
  ],
  "readme": "README.md",
  "support": {
    "issues": "https://github.com/azuyalabs/yasumi/issues",
    "source": "https://github.com/azuyalabs/yasumi",
    "docs": "https://www.yasumi.dev"
  },
  "funding": [
    {
      "type": "other",
      "url": "https://www.buymeacoffee.com/sachatelgenhof"
    }
  ],
  "require": {
    "php": ">=7.3",
    "ext-json": "*"
  },
  "require-dev": {
    "friendsofphp/php-cs-fixer": "^2.16",
    "infection/infection": "^0.17 | ^0.22",
    "mikey179/vfsstream": "^1.6",
    "phan/phan": "^4.0",
    "phpstan/phpstan": "^0.12.66",
    "phpunit/phpunit": "^8.5 | ^9.4",
    "vimeo/psalm": "^4"
  },
  "autoload": {
    "psr-4": {
      "Yasumi\\": "src/Yasumi/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Yasumi\\tests\\": "tests/"
    }
  },
  "scripts": {
    "format": "./vendor/bin/php-cs-fixer fix",
    "phpstan": "vendor/bin/phpstan --level=5 analyse src tests",
    "psalm": "vendor/bin/psalm --threads=2",
    "phan": "vendor/bin/phan",
    "test": "vendor/bin/phpunit",
    "infection": "vendor/bin/infection run -j 2",
    "analyse": [
      "@phpstan",
      "@psalm"
    ]
  },
  "config": {
    "sort-packages": true
  },
  "suggest": {
    "ext-calendar": "For calculating the date of Easter"
  }
}
