Skip to content

Commit

Permalink
Enhancement: Add support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 23, 2024
1 parent 965335b commit 0be1d8f
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 279 deletions.
3 changes: 3 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ branches:
- context: "Tests (8.3, highest)"
- context: "Tests (8.3, locked)"
- context: "Tests (8.3, lowest)"
- context: "Tests (8.4, highest)"
- context: "Tests (8.4, locked)"
- context: "Tests (8.4, lowest)"
strict: false
restrictions:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "lowest"
Expand Down
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.1.0...main`][1.1.0...main].

### Added

- Added support for PHP 8.4 ([#162]), by [@localheinz]

### Changed

- Required `rector/rector:^1.0.0` ([#161]), by [@localheinz]
Expand Down Expand Up @@ -102,5 +106,6 @@ For a full diff see [`fd198f0...0.1.0`][fd198f0...0.1.0].
[#77]: https://github.com/ergebnis/rector-rules/pull/77
[#139]: https://github.com/ergebnis/rector-rules/pull/139
[#161]: https://github.com/ergebnis/rector-rules/pull/161
[#162]: https://github.com/ergebnis/rector-rules/pull/162

[@localheinz]: https://github.com/localheinz
2 changes: 2 additions & 0 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"PHPStan\\Reflection\\ClassReflection",
"Rector\\Rector\\AbstractRector",
"Rector\\Reflection\\ReflectionResolver",
"Symplify\\RuleDocGenerator\\ValueObject\\CodeSample\\CodeSample",
"Symplify\\RuleDocGenerator\\ValueObject\\RuleDefinition",
"true"
]
}
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"nikic/php-parser": "^4.17.1 || ^5.0.0",
"phpstan/phpstan": "^1.10.36",
"rector/rector": "^1.0.4",
"symplify/rule-doc-generator-contracts": "^9.3.26"
"rector/rector": "^1.0.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.44.0",
Expand Down
Loading

0 comments on commit 0be1d8f

Please sign in to comment.