{ "name": "dw/lit", "type": "library", "description": "TextMate-like syntax highlighting in PHP", "license": "MIT", "authors": [ { "name": "Dustin Wilson", "email": "dustin@dustinwilson.com", "homepage": "https://dustinwilson.com/" } ], "repositories": [ { "type": "vcs", "url": "https://code.mensbeam.com/MensBeam/HTML" } ], "require": { "php": "^7.4 || ^8.0", "ext-dom": "*", "ext-intl": "*", "ext-json": "*", "mensbeam/html": "dev-master" }, "autoload": { "psr-4": { "dW\\Lit\\": "lib/" } } }