| 1234567891011121314 |
- {
- "name": "scrivo/highlight.php",
- "description": "Server side syntax highlighter that supports over 90 languages. It's a PHP port of highlight.js",
- "keywords": ["code", "syntax", "highlight", "highlight.js", "highlight.php"],
- "type": "library",
- "license": "BSD-3-Clause",
- "support": {
- "issues": "https://github.com/scrivo/highlight.php/issues",
- "source": "https://github.com/scrivo/highlight.php"
- },
- "autoload": {
- "psr-0": { "Highlight\\": "" }
- }
- }
|