Skip to content

Commit

Permalink
Bump to Rector ^1.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed May 18, 2024
1 parent 9e40425 commit b146877
Show file tree
Hide file tree
Showing 17 changed files with 1,003 additions and 517 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "~1.10.26",
"rector/rector": "0.19.2",
"rector/rector": "^1.0",
"symplify/easy-coding-standard": "~11.2",
"friendsofphp/php-cs-fixer": "~3.22.0",
"friendsofphp/php-cs-fixer": "^3.57",
"tracy/tracy": "^2.9",
"symfony/var-dumper": "*"
},
"conflict": {
"rector/rector": "<0.19.2"
"rector/rector": "<1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -35,7 +35,10 @@
"config": {
"optimize-autoloader": true,
"update-with-dependencies": true,
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.1.99"
}
},
"extra": {
"rector": {
Expand Down
Loading

0 comments on commit b146877

Please sign in to comment.