Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description": "This tool check 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"
Copy link
Author

@staabm staabm Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static analysis is a magic keyword, which makes composer double check, when a project adds php-parallel-lint/php-parallel-lint as a dependency that it might wanne do so as a require-dev-dependency

180196760-daacf9e7-bc0d-4ce2-9936-0c3490bdb86c

],
"authors": [
{
"name": "Jakub Onderka",
Expand Down