{
    "name": "mallardduck/blade-lucide-icons",
    "description": "A package to easily make use of Lucide icons in your Laravel Blade views.",
    "license": "MIT",
    "keywords": [
        "Blade",
        "LucideIcons",
        "Laravel"
    ],
    "authors": [
        {
            "name": "Dan Pock"
        }
    ],
    "homepage": "https://github.com/mallardduck/blade-lucide-icons",
    "require": {
        "php": "^8.1",
        "blade-ui-kit/blade-icons": "^1.8"
    },
    "require-dev": {
        "ext-dom": "*",
        "ext-fileinfo": "*",
        "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
        "phpunit/phpunit": "^9.0|^10.0|^11.0",
        "spatie/phpunit-snapshot-assertions": "^4.2.14|^5.0"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "MallardDuck\\LucideIcons\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests"
        }
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "providers": [
                "MallardDuck\\LucideIcons\\BladeLucideIconsServiceProvider"
            ]
        }
    }
}
