Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2751252
composer.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
composer.json
View Options
{
"name"
:
"php-parallel-lint/php-console-highlighter"
,
"description"
:
"Highlight PHP code in terminal"
,
"type"
:
"library"
,
"license"
:
"MIT"
,
"authors"
:
[
{
"name"
:
"Jakub Onderka"
,
"email"
:
"acci@acci.cz"
,
"homepage"
:
"http://www.acci.cz/"
}
],
"autoload"
:
{
"psr-4"
:
{
"PHP_Parallel_Lint
\\
PhpConsoleHighlighter
\\
"
:
"src/"
}
},
"autoload-dev"
:
{
"psr-4"
:
{
"PHP_Parallel_Lint
\\
PhpConsoleHighlighter
\\
Test
\\
"
:
"tests/"
}
},
"require"
:
{
"php"
:
">=5.3.2"
,
"ext-tokenizer"
:
"*"
,
"php-parallel-lint/php-console-color"
:
"^1.0.1"
},
"require-dev"
:
{
"phpunit/phpunit"
:
"^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
,
"php-parallel-lint/php-parallel-lint"
:
"^1.0"
,
"php-parallel-lint/php-var-dump-check"
:
"0.*"
,
"php-parallel-lint/php-code-style"
:
"^2.0"
},
"replace"
:
{
"jakub-onderka/php-console-highlighter"
:
"*"
},
"config"
:
{
"allow-plugins"
:
{
"dealerdirect/phpcodesniffer-composer-installer"
:
true
}
},
"scripts"
:
{
"phplint"
:
[
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
],
"vardumpcheck"
:
[
"@php ./vendor/php-parallel-lint/php-var-dump-check/var-dump-check . --exclude vendor --exclude .git"
],
"phpcs"
:
[
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report-full --report-checkstyle=./build/logs/checkstyle.xml"
],
"fixcs"
:
[
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
],
"phpunit"
:
[
"@php ./vendor/phpunit/phpunit/phpunit --no-coverage"
],
"coverage"
:
[
"@php ./vendor/phpunit/phpunit/phpunit"
],
"build"
:
[
"@phplint"
,
"@vardumpcheck"
,
"@phpcs"
,
"@phpunit"
]
},
"scripts-descriptions"
:
{
"phplint"
:
"Check syntax errors in PHP files"
,
"vardumpcheck"
:
"Check PHP files for forgotten variable dumps"
,
"phpcs"
:
"Check PHP code style"
,
"fixcs"
:
"Auto-fix PHP code style"
,
"phpunit"
:
"PHP unit"
,
"coverage"
:
"PHP unit with code coverage"
,
"build"
:
"Run all checks"
}
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Fri, Jul 3, 18:10 (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
96/ac/50db54ae2e89e55dd3afc5fd99a2
Default Alt Text
composer.json (2 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment