{
    "name": "bjoernffm/spintax",
    "description": "Spintax {parsing|processing} library.",
    "type": "library",
    "keywords": [
        "spintax",
        "content generator",
        "seo"
    ],
    "homepage": "https://github.com/bjoernffm/spintax",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/bjoernffm/spintax/issues",
        "source": "https://github.com/bjoernffm/spintax"
    },
    "authors": [
        {
            "name": "Rafał Wrzeszcz",
            "email": "rafal.wrzeszcz@wrzasq.pl",
            "homepage": "http://wrzasq.pl/",
            "role": "creator,manager,architect,developer"
        },
        {
            "name": "Chillout Development",
            "email": "biuro@chilldev.pl",
            "homepage": "http://chilldev.pl/",
            "role": "owner"
        },
        {
            "name": "Bjoern Ebbrecht",
            "email": "bjoern.ebbrecht@gmail.com",
            "homepage": "https://github.com/bjoernffm",
            "role": "owner"
        }
    ],
    "require": {
        "php": ">=7.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^11"
    },
    "scripts": {
        "test": "phpunit"
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    }
}
