{
    "name": "hexydec/tokenise",
    "description": "A program for performing lexical analysis, written in PHP",
    "type": "library",
    "license": "MIT",
	"homepage": "https://github.com/hexydec/tokenise",
    "authors": [
        {
            "name": "Will Earp",
            "email": "will@hexydec.com",
			"homepage": "https://github.com/hexydec"
        }
    ],
	"keywords": ["tokeniser", "tokenizer", "tokenisation", "tokenization", "parser", "lexical", "lexing"],
    "minimum-stability": "stable",
    "require": {
        "php": ">=8.1"
    },
	"autoload": {
		"classmap": ["src/"]
	},
    "require-dev": {
        "phpunit/phpunit": "^10.5",
        "phpstan/phpstan": "^1.12"
    }
}
