{
  "name": "filafly/filament-phosphor-icons",
  "description": "Phosphor icon pack for Filament Icons",
  "type": "library",
  "license": "MIT",
  "keywords": [
    "Laravel",
    "Filament",
    "icons",
    "Phosphor",
    "replace",
    "swap"
  ],
  "homepage": "https://filafly.com/plugins/filament-icons",
  "authors": [
    {
      "role": "Developer",
      "name": "Nolan Nordlund",
      "email": "nolan@filafly.com",
      "homepage": "https://www.filafly.com/"
    }
  ],
  "require": {
    "php": "^8.2",
    "filafly/filament-icons": "^2.0",
    "codeat3/blade-phosphor-icons": "^2.3",
    "filament/filament": "^4.0"
  },
  "autoload": {
    "psr-4": {
      "Filafly\\Icons\\Phosphor\\": "src/"
    }
  },
  "minimum-stability": "stable",
  "prefer-stable": true,
  "require-dev": {
    "laravel/pint": "^1.22"
  }
}
