Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Allow installation of rector/rector:~0.19.2 #77

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix: Allow installation of rector/rector:~0.19.2
  • Loading branch information
localheinz committed Feb 7, 2024
commit 77b22bc2153d7f7750f24bc2a6a9dddcbaa6a78c
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.

Loading