rector/phpstan-rules
This package is abandoned and no longer maintained.
The author suggests using the symplify/phpstan-rules package instead.
PHPStan rules for Rector projects - with focus on static reflection and Rector design patterns
Maintainers
Package info
github.com/rectorphp/phpstan-rules
Type:phpstan-extension
pkg:composer/rector/phpstan-rules
0.7.6
2024-01-01 16:38 UTC
Requires
- php: ^8.1
- nette/utils: ^3.2 || ^4.0
- phpstan/phpstan: ^1.10
- webmozart/assert: ^1.11
Requires (Dev)
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-webmozart-assert: ^1.2
- phpunit/phpunit: ^10.5
- rector/rector-src: dev-main
- symplify/easy-coding-standard: ^12.0
- symplify/phpstan-extensions: ^11.2
- symplify/phpstan-rules: ^12.1
- tomasvotruba/class-leak: ^0.1
- tracy/tracy: ^2.9
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 9fd9cdb5a61aac3e684adf661fb392ab5b6d73b1
This package is auto-updated.
Last update: 2024-01-11 22:51:22 UTC
README
Deprecated - switch to symplify/phpstan-rules
This package is deprecated, as it was barely used and even little maintained. We've moved to more live and maintained package symplify/phpstan-rules to give it more love:
Flip packages:
composer remove rector/phpstan-rules composer require symplify/phpstan-rules --dev
Update your phpstan.neon:
# phpstan.neon - - vendor/rector/phpstan-rules/config/rector-rules.neon + - vendor/symplify/phpstan-rules/config/rector-rules.neon
PHPStan rules for Rector and projects that maintain Rector rulesets.
Install
composer require rector/phpstan-rules --dev
