{
  "name": "alizharb/filament-activity-log",
  "description": "A security-first audit control center for Filament v4 and v5 with tenant isolation, risk scoring, integrity checks, retention holds, timelines, and dashboards.",
  "type": "filament-plugin",
  "keywords": [
    "filament",
    "filament-plugin",
    "activity-log",
    "audit-log",
    "laravel",
    "spatie",
    "activity-tracking",
    "audit-trail",
    "timeline",
    "dashboard-widget",
    "filament-v4",
    "filament-v5",
    "php",
    "laravel-12",
    "laravel-13",
    "compliance",
    "security"
  ],
  "homepage": "https://github.com/alizharb/filament-activity-log",
  "license": "MIT",
  "authors": [
    {
      "name": "Ali Harb",
      "email": "harbzali@gmail.com",
      "homepage": "https://github.com/alizharb",
      "role": "Developer"
    }
  ],
  "support": {
    "issues": "https://github.com/alizharb/filament-activity-log/issues",
    "source": "https://github.com/alizharb/filament-activity-log",
    "docs": "https://github.com/alizharb/filament-activity-log#readme"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/alizharb"
    }
  ],
  "scripts": {
    "test": "vendor/bin/pest",
    "test-coverage": "vendor/bin/pest --coverage",
    "format": "vendor/bin/pint",
    "lint": "vendor/bin/pint --test",
    "analyse": "vendor/bin/phpstan analyse --memory-limit=2G",
    "check": [
      "@test",
      "@analyse",
      "@lint",
      "composer validate --strict --no-check-publish"
    ]
  },
  "require": {
    "php": "^8.3",
    "filament/actions": "^4.2|^5.0",
    "filament/filament": "^4.0|^5.0",
    "filament/tables": "^4.0|^5.0",
    "illuminate/database": "^12.0|^13.0",
    "illuminate/support": "^12.0|^13.0",
    "phiki/phiki": "^1.1|^2.0",
    "spatie/laravel-activitylog": "^4.0|^5.0",
    "spatie/laravel-package-tools": "^1.92"
  },
  "require-dev": {
    "larastan/larastan": "^3.0",
    "laravel/pint": "^1.0",
    "orchestra/testbench": "^10.0|^11.0",
    "pestphp/pest": "^3.0|^4.0",
    "pestphp/pest-plugin-laravel": "^3.0|^4.0",
    "pestphp/pest-plugin-livewire": "^3.0|^4.0",
    "phpstan/phpstan": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "AlizHarb\\ActivityLog\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "AlizHarb\\ActivityLog\\Tests\\": "tests/"
    }
  },
  "extra": {
    "laravel": {
      "providers": [
        "AlizHarb\\ActivityLog\\ActivityLogServiceProvider"
      ]
    }
  },
  "config": {
    "sort-packages": true,
    "allow-plugins": {
      "pestphp/pest-plugin": true,
      "php-http/discovery": true
    }
  }
}
