{
    "name": "toflar/state-set-index",
    "description": "Implementation of the State Set Index Algorithm",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Toflar\\StateSetIndex\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Toflar\\StateSetIndex\\Test\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "Yanick Witschi",
            "email": "yanick.witschi@terminal42.ch"
        }
    ],
    "require": {
        "php": "^8.1",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "fakerphp/faker": "^1.24",
        "phpbench/phpbench": "^1.4",
        "phpunit/phpunit": "^10.2",
        "symplify/easy-coding-standard": "^11.3"
    },
    "scripts": {
        "bench": "@php vendor/bin/phpbench run tests/Benchmark --report=aggregate",
        "cs-fix": "@php vendor/bin/ecs --fix"
    }
}
