Skip to content

Commit

Permalink
Prepare to Rector next 2.0 with PHPStan 2 and PHPParser 5 (#37)
Browse files Browse the repository at this point in the history
* Prepare to Rector next 2.0 with PHPStan 2 and PHPParser 5

* regenerate composer.lock

* bump to rector ~2.0
  • Loading branch information
samsonasik authored Dec 14, 2024
1 parent e5c2945 commit 6c96e3f
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 285 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "~1.10.26",
"rector/rector": "^1.0",
"phpstan/phpstan": "^2.0",
"rector/rector": "~2.0.0",
"symplify/easy-coding-standard": "~11.2",
"friendsofphp/php-cs-fixer": "^3.57",
"tracy/tracy": "^2.9",
"symfony/var-dumper": "*"
},
"conflict": {
"rector/rector": "<1.0"
"rector/rector": "<2.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6c96e3f

Please sign in to comment.