Skip to content

Commit

Permalink
Merge pull request #61 from jakzal/rector
Browse files Browse the repository at this point in the history
Include rector
  • Loading branch information
jakzal authored Mar 6, 2019
2 parents e59c068 + d037682 commit b24b173
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
* phpunit-7 - [The PHP testing framework (7.x version)](https://phpunit.de/)
* psalm - [Finds errors in PHP applications](https://getpsalm.org/)
* psecio-parse - [Scans code for potential security-related issues](https://github.com/psecio/parse)
* rector - [Tool for instant code upgrades and refactoring](https://github.com/rectorphp/rector)
* roave-backward-compatibility-check - [Tool to compare two revisions of a class API to check for BC breaks](https://github.com/Roave/BackwardCompatibilityCheck)
* security-checker - [Checks composer dependencies for known security vulnerabilities](https://github.com/sensiolabs/security-checker)
* simple-phpunit - [Provides utilities to report legacy tests and usage of deprecated code](https://symfony.com/doc/current/components/phpunit_bridge.html)
Expand Down
12 changes: 12 additions & 0 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,18 @@
},
"test": "psecio-parse --version"
},
{
"name": "rector",
"summary": "Tool for instant code upgrades and refactoring",
"website": "https://github.com/rectorphp/rector",
"command": {
"composer-bin-plugin": {
"package": "rector/rector",
"namespace": "tools"
}
},
"test": "rector --version"
},
{
"name": "roave-backward-compatibility-check",
"summary": "Tool to compare two revisions of a class API to check for BC breaks",
Expand Down

0 comments on commit b24b173

Please sign in to comment.