Skip to content

Commit

Permalink
Fixes #1704 - add appropriate dev deps to suggest block
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Apr 15, 2023
1 parent 9aeb470 commit 006aad0
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,33 @@
"ext-posix": "*",
"ext-sockets": "*",
"ext-tidy": "*",
"aws/aws-sdk-php": "Used for Amazon tasks",
"guzzlehttp/guzzle": "Used for Http tasks",
"jawira/plantuml-encoding": "Required by VisualizerTask",
"mehr-als-nix/parallel": "̈Used for Parallel task",
"monolog/monolog": "Required by the MonologListener",
"pdepend/pdepend": "Used for PHPDepend task",
"pear/archive_tar": "Used for Tar task",
"pear/mail": "Used for Mail task",
"pear/mail_mime": "Used for Mail task",
"pear/net_ftp": "Used for FtpDeploy task",
"pear/net_growl": "Used for Growl task",
"pear/pear-core-minimal": "Used for PEAR-related tasks",
"pear/versioncontrol_git": "Used for Git tasks",
"pear/versioncontrol_svn": "Used for Subversion tasks",
"phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
"phploc/phploc": "Used for PHPLOC task",
"phpmd/phpmd": "Used for PHPMD task",
"phpstan/phpstan": "Used for PHPStan task",
"phpunit/phpunit": "The PHP Unit Testing Framework",
"phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
"tedivm/jshrink": "Javascript Minifier built in PHP",
"symfony/stopwatch": "Needed by the StopwatchTask",
"scssphp/scssphp": "A compiler for SCSS written in PHP, used by SassTask",
"jawira/plantuml-encoding": "Required by VisualizerTask",
"monolog/monolog": "Required by the MonologListener"
"sebastian/phpcpd": "Used for PHP CPD task",
"siad007/versioncontrol_hg": "Used for Mercurial tasks",
"smarty/smarty": "Used for Smarty task",
"squizlabs/php_codesniffer": "Used for PHP CodeSniffer task",
"symfony/stopwatch": "Needed by the StopwatchTask",
"tedivm/jshrink": "Javascript Minifier built in PHP"
},
"minimum-stability": "stable",
"prefer-stable": true
Expand Down

0 comments on commit 006aad0

Please sign in to comment.