Chris@14: { Chris@14: "name": "theseer/tokenizer", Chris@14: "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", Chris@14: "license": "BSD-3-Clause", Chris@14: "authors": [ Chris@14: { Chris@14: "name": "Arne Blankerts", Chris@14: "email": "arne@blankerts.de", Chris@14: "role": "Developer" Chris@14: } Chris@14: ], Chris@14: "support": { Chris@14: "issues": "https://github.com/theseer/tokenizer/issues" Chris@14: }, Chris@14: "require": { Chris@14: "php": "^7.0", Chris@14: "ext-xmlwriter": "*", Chris@14: "ext-dom": "*", Chris@14: "ext-tokenizer": "*" Chris@14: }, Chris@14: "autoload": { Chris@14: "classmap": [ Chris@14: "src/" Chris@14: ] Chris@14: } Chris@14: } Chris@14: