wyrihaximus / qa-tooling-wrapper
🌯 QA tooling wrapper for `wyrihaximus/test-utilities`
Package info
github.com/WyriHaximus/php-qa-tooling-wrapper
Language:Makefile
pkg:composer/wyrihaximus/qa-tooling-wrapper
Fund package maintenance!
Requires
- php: ^8.4
- ergebnis/composer-normalize: ^2.52.0
- ergebnis/phpunit-slow-test-detector: ^2.24.0
- icanhazstring/composer-unused: ^0.9.6
- infection/infection: ^0.34.1
- maglnet/composer-require-checker: ^4.20.0
- mockery/mockery: ^1.6.12
- php-parallel-lint/php-console-highlighter: ^1.0.0
- php-parallel-lint/php-parallel-lint: ^1.4.0
- phpstan/phpstan: ^2.2.5
- phpunit/phpunit: ^13.2.6
- rector/rector: ^2.6.1
- roave/backward-compatibility-check: ^8.19.0
- shipmonk/coverage-guard: ^1.1.0
- squizlabs/php_codesniffer: ^4.0.1
- wyrihaximus/coding-standard: ^4.2.0
- wyrihaximus/phpstan-rules-wrapper: ^14.1.0
Requires (Dev)
- wyrihaximus/makefiles: ^0.13.3
Conflicts
- composer-unused/symbol-parser: <0.3.3
- composer/pcre: <3.3.2
- sanmai/di-container: <0.1.17
- sanmai/pipeline: <7.9
This package is auto-updated.
Last update: 2026-08-05 10:06:02 UTC
README
Provides all QA dependencies used by wyrihaximus/test-utilities as a single Composer package. Extension packages such as wyrihaximus/phpstan-no-safe can depend on this wrapper for their toolchain without creating circular dependencies through test-utilities.
Installation
To install via Composer, use the command below, it will automatically detect the latest version and bind it with ^.
composer require --dev wyrihaximus/qa-tooling-wrapper
Usage
Works out of the box when combined with wyrihaximus/makefiles or your own QA configuration.
Included tooling
ergebnis/composer-normalizeergebnis/phpunit-slow-test-detectoricanhazstring/composer-unusedinfection/infectionmaglnet/composer-require-checkermockery/mockeryphp-parallel-lint/php-console-highlighterphp-parallel-lint/php-parallel-lintphpstan/phpstanphpunit/phpunitrector/rectorroave/backward-compatibility-checkshipmonk/coverage-guardsquizlabs/php_codesnifferwyrihaximus/coding-standardwyrihaximus/phpstan-rules-wrapper
License
Copyright (c) 2026 Cees-Jan Kiewiet
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.