Skip to content

Commit

Permalink
Merge pull request #77 from ergebnis/fix/rector
Browse files Browse the repository at this point in the history
Fix: Allow installation of `rector/rector:~0.19.2`
  • Loading branch information
localheinz committed Feb 7, 2024
2 parents d5d0420 + 77b22bc commit 975e90f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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 [`1.0.0...main`][1.0.0...main].

### Changed

- Allowed installation of `rector/rector:~0.19.2` ([#77]), by [@localheinz]

## [`1.0.0`][1.0.0]

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

[@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": "^1.0.0",
"rector/rector": "~0.19.2 || ^1.0.0",
"symplify/rule-doc-generator-contracts": "^9.3.26"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 975e90f

Please sign in to comment.