annotate vendor/theseer/tokenizer/composer.json @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
rev   line source
Chris@14 1 {
Chris@14 2 "name": "theseer/tokenizer",
Chris@14 3 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
Chris@14 4 "license": "BSD-3-Clause",
Chris@14 5 "authors": [
Chris@14 6 {
Chris@14 7 "name": "Arne Blankerts",
Chris@14 8 "email": "arne@blankerts.de",
Chris@14 9 "role": "Developer"
Chris@14 10 }
Chris@14 11 ],
Chris@14 12 "support": {
Chris@14 13 "issues": "https://github.com/theseer/tokenizer/issues"
Chris@14 14 },
Chris@14 15 "require": {
Chris@14 16 "php": "^7.0",
Chris@14 17 "ext-xmlwriter": "*",
Chris@14 18 "ext-dom": "*",
Chris@14 19 "ext-tokenizer": "*"
Chris@14 20 },
Chris@14 21 "autoload": {
Chris@14 22 "classmap": [
Chris@14 23 "src/"
Chris@14 24 ]
Chris@14 25 }
Chris@14 26 }
Chris@14 27