PHP Classes

File: vendor/mck89/peast/composer.json

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/mck89/peast/composer.json   Download  
File: vendor/mck89/peast/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 7 days ago
Size: 737 bytes
 

Contents

Class file image Download
{ "name": "mck89/peast", "description": "Peast is PHP library that generates AST for JavaScript code", "license": "BSD-3-Clause", "authors": [ { "name": "Marco Marchiņ", "email": "[email protected]" } ], "require": { "php": ">=5.4.0", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "autoload": { "psr-4": { "Peast\\": "lib/Peast/" } }, "autoload-dev": { "psr-4": { "Peast\\test\\": "test/Peast/" } }, "extra": { "branch-alias": { "dev-master": "1.16.3-dev" } } }