PHP Classes

File: vendor/phpunit/php-token-stream/composer.json

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/php-token-stream/composer.json   Download  
File: vendor/phpunit/php-token-stream/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 5 years ago
Size: 901 bytes
 

Contents

Class file image Download
{ "name": "phpunit/php-token-stream", "description": "Wrapper around PHP's tokenizer extension.", "type": "library", "keywords": ["tokenizer"], "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "support": { "issues": "https://github.com/sebastianbergmann/php-token-stream/issues" }, "require": { "php": "^7.0", "ext-tokenizer": "*" }, "require-dev": { "phpunit/phpunit": "^6.2.4" }, "config": { "optimize-autoloader": true, "sort-packages": true }, "autoload": { "classmap": [ "src/" ] }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }