{ "name": "mensbeam/lit", "type": "library", "description": "TextMate-like syntax highlighting in PHP", "license": "MIT", "authors": [ { "name": "Dustin Wilson", "email": "dustin@dustinwilson.com", "homepage": "https://dustinwilson.com/" } ], "require": { "php": "^8.0", "ext-dom": "*", "ext-json": "*", "mensbeam/framework": "^1.0" }, "autoload": { "psr-4": { "MensBeam\\Lit\\": "lib/" } } }