Skip to content

Commit

Permalink
TASK: Update Rector to 0.15.25
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Dec 18, 2024
1 parent 25d62b6 commit a047ec6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"autoload": {
"psr-4": {
"Neos\\Rector\\": "src"
}
},
"classmap": ["src/ContentRepository90/Legacy"]
},
"autoload-dev": {
"psr-4": {
Expand All @@ -15,8 +16,8 @@
"tests": "phpunit tests"
},
"require": {
"rector/rector": "0.15.24",
"phpstan/phpstan": "1.10.13",
"rector/rector": "0.15.25",
"phpstan/phpstan": "1.10.14",
"symfony/yaml": "*",
"neos/utility-arrays": "*",
"webmozart/assert": "^1.11"
Expand Down

0 comments on commit a047ec6

Please sign in to comment.