{
    "name": "loupe/matcher",
    "description": "Highlight and crop around search terms",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Loupe\\Matcher\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Loupe\\Matcher\\Tests\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "Yanick Witschi",
            "email": "yanick.witschi@terminal42.ch"
        },
        {
            "name": "Philipp Daun",
            "email": "daun@daun.ltd"
        }
    ],
    "require": {
        "php": "^8.1",
        "ext-intl": "*",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "phpstan/phpstan": "^2.0",
        "phpunit/phpunit": "^10.5",
        "symfony/finder": "^6.2",
        "symplify/easy-coding-standard": "^12.5"
    },
    "scripts": {
        "tests": "@php vendor/bin/phpunit",
        "cs-fixer": "@php vendor/bin/ecs check --fix",
        "ci-cs-fixer": "@php vendor/bin/ecs check",
        "phpstan": "@php vendor/bin/phpstan analyse"
    }
}
