TextMate-style syntax highlighting in PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
545 B

3 years ago
{
"name": "mensbeam/lit",
3 years ago
"type": "library",
"description": "TextMate-like syntax highlighting in PHP",
3 years ago
"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"
3 years ago
},
"autoload": {
"psr-4": {
"MensBeam\\Lit\\": "lib/"
3 years ago
}
}
}