{
  "name": "cmixin/business-time",
  "description": "Carbon mixin to handle business days and opening hours",
  "type": "library",
  "require": {
    "php": ">=7.1",
    "cmixin/business-day": "^1.1",
    "nesbot/carbon": "^2.28 || ^3@dev",
    "spatie/opening-hours": "^2.9 || ^3@dev"
  },
  "require-dev": {
    "phpunit/phpunit": "^7 || ^8"
  },
  "autoload": {
    "psr-4": {
      "": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\": "tests/"
    }
  },
  "license": "MIT",
  "authors": [
    {
      "name": "KyleKatarn",
      "email": "carbon@selfbuild.fr"
    }
  ],
  "minimum-stability": "dev",
  "scripts": {
    "types": "php types.php"
  },
  "extra": {
    "laravel": {
      "providers": [
        "BusinessTime\\Laravel\\ServiceProvider"
      ]
    }
  }
}
