Skip to content

Commit

Permalink
raise rector minimum requirement (to 1.2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Aug 13, 2024
1 parent 647aa23 commit ca49512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/converter/rector.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## Requirements

* [Rector][rector] requires PHP version 7.2.0 or greater, with `phpstan` 1.11 or greater
* This SARIF converter requires at least Rector version 1.0
* This SARIF converter requires at least Rector version 1.2.3

## Installation

Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/rector/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require-dev": {
"rector/rector": "^1.0"
"rector/rector": "^1.2.3"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit ca49512

Please sign in to comment.