{ "name": "dw/highlighter", "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": "^7.4 || ^8.0", "ext-intl": "*", "ext-json": "*", "ext-dom": "*" }, "autoload": { "psr-4": { "dW\\Highlighter\\": "lib/", "dW\\Highlighter\\Scope\\": "lib/Scope/Matchers/" } } }