Skip to content

Commit

Permalink
chore(deps): Update and lock Rector to PHP 8.1
Browse files Browse the repository at this point in the history
Rector is executed as part of the `make cs_lint` in the CS build hence
everything stated in #55 applies here too.
  • Loading branch information
theofidry committed Feb 13, 2025
1 parent 36e968c commit 04d549b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
matrix:
php:
# Should be the lowest supported PHP version.
# To also adjust the PHP version in the `vendor-bin/php-cs-fixer/composer.json` file.
# To also adjust the PHP version in the following files:
# - vendor-bin/php-cs-fixer/composer.json
# - vendor-bin/rector/composer.json
- "8.1"

steps:
Expand Down
5 changes: 5 additions & 0 deletions vendor-bin/rector/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"require-dev": {
"rector/rector": "^0.18.4"
},
"config": {
"platform": {
"php": "8.1"
}
}
}
39 changes: 19 additions & 20 deletions vendor-bin/rector/composer.lock

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

0 comments on commit 04d549b

Please sign in to comment.