WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
theseer
/
tokenizer
/
Name
Action
..
.gitignore
Edit
.php_cs
Edit
.travis.yml
Edit
LICENSE
Edit
README.md
Edit
build.xml
Edit
composer.json
Edit
phive.xml
Edit
phpunit.xml
Edit
src
tests
Editing: composer.json
{ "name": "theseer/tokenizer", "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "license": "BSD-3-Clause", "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "support": { "issues": "https://github.com/theseer/tokenizer/issues" }, "require": { "php": "^7.0", "ext-xmlwriter": "*", "ext-dom": "*", "ext-tokenizer": "*" }, "autoload": { "classmap": [ "src/" ] } }