{
  "name": "phattarachai/line-notify",
  "description": "PHP and Laravel API for Line application notification.",
  "type": "library",
  "keywords": [
    "phattarachai",
    "line",
    "line-notify",
    "PHP",
    "Laravel"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Phattarachai Chaimongkol",
      "email": "pc@phattarachai.dev"
    }
  ],
  "homepage": "https://phattarachai.dev",
  "require": {
    "php": "^7.4|^8.0",
    "guzzlehttp/guzzle": "^7.2",
    "ext-json": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.5",
    "vlucas/phpdotenv": "^5.3"
  },
  "autoload": {
    "psr-4": {
      "Phattarachai\\LineNotify\\": "src"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit"
  },
  "extra": {
    "laravel": {
      "providers": [
        "Phattarachai\\LineNotify\\LineNotifyServiceProvider"
      ],
      "aliases": {
        "Line": "Phattarachai\\LineNotify\\Facade\\Line"
      }
    }
  },
  "config": {
    "sort-packages": true,
    "platform-check": false
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
