{
  "name": "starfederation/datastar-php",
  "description": "A PHP SDK for working with Datastar.",
  "version": "1.0.0",
  "type": "library",
  "license": "mit",
  "require": {
    "php": ">=8.1"
  },
  "require-dev": {
    "craftcms/ecs": "dev-main",
    "craftcms/phpstan": "dev-main",
    "pestphp/pest": "^3.5"
  },
  "autoload": {
    "psr-4": {
      "starfederation\\datastar\\": "src/"
    }
  },
  "scripts": {
    "ecs": "ecs check --ansi --fix",
    "phpstan": "phpstan --memory-limit=1G",
    "test": "vendor/bin/pest"
  },
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true,
    "allow-plugins": {
      "pestphp/pest-plugin": true
    }
  },
  "authors": [
    {
      "name": "Ben Croker",
      "homepage": "https://putyourlightson.com/",
      "role": "Author"
    }
  ],
  "support": {
    "docs": "https://github.com/starfederation/datastar-php",
    "source": "https://github.com/starfederation/datastar-php",
    "issues": "https://github.com/starfederation/datastar-php/issues"
  }
}
