{
    "name": "symfinity/font-manager",
    "description": "Universal font manager for Symfony supporting multiple providers",
    "type": "symfony-bundle",
    "license": "MIT",
    "homepage": "https://github.com/symfinity/font-manager",
    "support": {
        "issues": "https://github.com/symfinity/font-manager/issues",
        "source": "https://github.com/symfinity/font-manager"
    },
    "authors": [
        {
            "name": "Symfinity",
            "email": "dev@symfinity.net",
            "homepage": "https://symfinity.net/"
        }
    ],
    "keywords": [
        "symfony",
        "symfony-bundle",
        "fonts",
        "google-fonts",
        "bunny-fonts",
        "local-fonts",
        "fontsource",
        "font-manager",
        "typography",
        "twig",
        "asset-mapper",
        "privacy",
        "gdpr"
    ],
    "require": {
        "php": ">=8.1",
        "symfony/config": "^6.4||^7.0||^8.0",
        "symfony/console": "^6.4||^7.0||^8.0",
        "symfony/dependency-injection": "^6.4||^7.0||^8.0",
        "symfony/filesystem": "^6.4||^7.0||^8.0",
        "symfony/finder": "^6.4||^7.0||^8.0",
        "symfony/http-client": "^6.4||^7.0||^8.0",
        "symfony/http-kernel": "^6.4||^7.0||^8.0",
        "symfony/routing": "^6.4||^7.0||^8.0",
        "symfony/twig-bundle": "^6.4||^7.0||^8.0",
        "twig/twig": "^3.0"
    },
    "require-dev": {
        "phpstan/phpstan": "^2.1",
        "phpstan/phpstan-symfony": "^2.0",
        "phpunit/phpunit": "^10.5 || ^11.0",
        "symfony/asset-mapper": "^6.4||^7.0||^8.0",
        "symfony/yaml": "^6.4||^7.0||^8.0"
    },
    "replace": {
        "neuralglitch/font-manager": "*",
        "neuralglitch/google-fonts": "*"
    },
    "autoload": {
        "psr-4": {
            "Symfinity\\FontManager\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Symfinity\\FontManager\\Tests\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true
    },
    "scripts": {
        "test": "phpunit",
        "phpstan": "phpstan analyse --memory-limit=512M"
    },
    "extra": {
        "branch-alias": {
            "dev-main": "0.2.x-dev"
        },
        "symfony": {
            "require": "^6.4||^7.0||^8.0"
        }
    },
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/serotoninja"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true
}
