bytic / phpqatools
Meta package for installing all PHP QA tools you'll ever need
Installs: 1 108
Dependents: 107
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: ^7.4 || ^8
- composer-plugin-api: ^2
- bytic/phpqaconfig: ^1.0
- ergebnis/composer-normalize: ^2.7||^3.0
- friendsofphp/php-cs-fixer: ^2.8 || ^3.0
- madewithlove/license-checker: ^0.10.0 || ^1.0
- mockery/mockery: ^1.4
- pdepend/pdepend: ^2.5
- phpmd/phpmd: ^2.6
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-mockery: ^1.0
- phpstan/phpstan-phpunit: ^1.2
- phpunit/phpunit: ^8.0|^9.0|^10.0
- psalm/plugin-mockery: ^0.9||^1.0
- psalm/plugin-phpunit: ^0.16||^0.17||^0.18
- roave/security-advisories: dev-latest
Requires (Dev)
- bytic/codeception: ^5.0
Suggests
- phploc/phploc: ^7.0
- phpmetrics/phpmetrics: ^2.3
- seld/jsonlint: ^1.6
- sensiolabs/security-checker: ^4.1
- sllh/composer-versions-check: ^2.0
- wimg/php-compatibility: ^8.0
README
Included in this package are:
- PHPUnit
- PHP-Invoker
- DbUnit
- PHPLOC
- PHPCPD
- PHP_Depend
- PHPMD
- PHP_CodeSniffer
- Fabien Potencier/PHP Coding Standards Fixer
- Sensiolabs/Security-Checker
- Behat
Installation
To use this package, add it as as "dev" dependency with this command:
composer require bytic/phpqatools --dev
Or modify your composer.json as followed:
require-dev: { "bytic/phpqatools": "*" }