composer.json 464 B

1234567891011121314
  1. {
  2. "name": "scrivo/highlight.php",
  3. "description": "Server side syntax highlighter that supports over 90 languages. It's a PHP port of highlight.js",
  4. "keywords": ["code", "syntax", "highlight", "highlight.js", "highlight.php"],
  5. "type": "library",
  6. "license": "BSD-3-Clause",
  7. "support": {
  8. "issues": "https://github.com/scrivo/highlight.php/issues",
  9. "source": "https://github.com/scrivo/highlight.php"
  10. },
  11. "autoload": {
  12. "psr-0": { "Highlight\\": "" }
  13. }
  14. }