rector / cleaning-packages
Meta composer-package to never forget any important dev packages in your project
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=7.2
- phpecs/phpecs: *
- phpstan/extension-installer: *
- phpstan/phpstan-doctrine: *
- phpstan/phpstan-phpunit: *
- phpstan/phpstan-symfony: *
- rector/swiss-knife: *
- rector/type-perfect: *
- shipmonk/composer-dependency-analyser: *
- symplify/phpstan-extensions: *
- symplify/phpstan-rules: *
- tomasvotruba/class-leak: *
- tomasvotruba/type-coverage: *
- tomasvotruba/unused-public: *
README
This repository contains a collection of cleaning packages for PHP devs, who want to take code quality to the next level...
...and are enough lazy to delegate as much work as possible to automated tools.
It's a collection of CLI tools and PHPStan extensions (some of them you can find in tomasvotruba.com/tools).
Install
composer require rector/cleaning-packages --dev
Happy coding!