Skip to content

Commit

Permalink
Remove deprecated rector/phpstan-rules (#170)
Browse files Browse the repository at this point in the history
* Remove deprecated `rector/phpstan-rules`

* Update `symplify/phpstan-rules`
  • Loading branch information
driftingly authored Jan 11, 2024
1 parent fc6f6b8 commit 4838557
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/composer-php-72.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Rector upgrades rules for Laravel Framework",
"require": {
"php": "^7.2 || ^8.0",
"rector/rector": "^0.18.5"
"rector/rector": "^0.19.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^1.8.2",
"symplify/phpstan-rules": "^11.0",
"symplify/phpstan-rules": "^12.4",
"symplify/phpstan-extensions": "^11.0",
"symplify/rule-doc-generator": "^11.0",
"rector/phpstan-rules": "^0.6",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.1",
"phpstan/phpstan-strict-rules": "^1.2",
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
includes:
- vendor/symplify/phpstan-rules/config/rector-rules.neon
parameters:
level: max

Expand Down

0 comments on commit 4838557

Please sign in to comment.