Skip to content

Commit

Permalink
fix: remove deprecated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jul 20, 2023
1 parent ac50cca commit 23cddc9
Show file tree
Hide file tree
Showing 36 changed files with 1,459 additions and 1,530 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "~1.10.26",
"rector/rector": "~0.15.7",
"symplify/easy-coding-standard": "~11.2",
"symplify/rule-doc-generator": "^11.1",
"friendsofphp/php-cs-fixer": "~3.22.0",
"tracy/tracy": "^2.9",
"symfony/var-dumper": "*"
},
Expand Down Expand Up @@ -45,10 +46,9 @@
},
"scripts": {
"phpunit": "phpunit",
"ecs": "ecs --fix",
"ecs": "php-cs-fixer --fix",
"docs": [
"vendor/bin/rule-doc-generator generate src --output-file docs/rector_rules_overview.md --ansi",
"vendor/bin/ecs check-markdown docs/rector_rules_overview.md --ansi --fix"
"vendor/bin/rule-doc-generator generate src --output-file docs/rector_rules_overview.md --ansi"
]
}
}
Loading

0 comments on commit 23cddc9

Please sign in to comment.