Skip to content

Commit

Permalink
Enhancement: Require rector/rector:^1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 6, 2024
1 parent c0ae796 commit a2420c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`0.4.0...main`][0.4.0...main].

### Changed

- Required `rector/rector:^1.0.0` ([#75]), by [@localheinz]

## [`0.4.0`][0.4.0]

For a full diff see [`0.3.0...0.4.0`][0.3.0...0.4.0].
Expand Down Expand Up @@ -64,5 +68,6 @@ For a full diff see [`fd198f0...0.1.0`][fd198f0...0.1.0].
[#37]: https://github.com/ergebnis/rector-rules/pull/37
[#64]: https://github.com/ergebnis/rector-rules/pull/64
[#65]: https://github.com/ergebnis/rector-rules/pull/65
[#75]: https://github.com/ergebnis/rector-rules/pull/75

[@localheinz]: https://github.com/localheinz
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"nikic/php-parser": "^4.17.1 || ^5.0.0",
"phpstan/phpstan": "^1.10.36",
"rector/rector": "~0.19.2",
"rector/rector": "^1.0.0",
"symplify/rule-doc-generator-contracts": "^9.3.26"
},
"require-dev": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2420c1

Please sign in to comment.