PHP Classes

File: vendor/php-parallel-lint/php-parallel-lint/composer.json

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/php-parallel-lint/php-parallel-lint/composer.json   Download  
File: vendor/php-parallel-lint/php-parallel-lint/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: 1,420 bytes
 

Contents

Class file image Download
{ "name": "php-parallel-lint/php-parallel-lint", "description": "This tool checks the syntax of PHP files about 20x faster than serial check.", "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", "license": "BSD-2-Clause", "keywords": [ "lint", "static analysis" ], "authors": [ { "name": "Jakub Onderka", "email": "[email protected]" } ], "require": { "php": ">=5.3.0", "ext-json": "*" }, "replace": { "grogy/php-parallel-lint": "*", "jakub-onderka/php-parallel-lint": "*" }, "require-dev": { "nette/tester": "^1.3 || ^2.0", "php-parallel-lint/php-console-highlighter": "0.* || ^1.0", "squizlabs/php_codesniffer": "^3.6" }, "suggest": { "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet" }, "config": { "sort-packages": true }, "autoload": { "classmap": [ "./src/" ] }, "autoload-dev": { "classmap": [ "./tests/" ] }, "bin": [ "parallel-lint" ], "scripts": { "test": "@php vendor/bin/tester -C -p php tests", "testphp5": "@php vendor/bin/tester -c tests/php5.3-5.5.ini -p php tests" }, "scripts-descriptions": { "test": "Run all tests!" } }