Skip to content

Commit

Permalink
bump dev package versions, remove rule doc generator as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 18, 2024
1 parent fb26209 commit 7feb83a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 481 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
-
name: 'Active Classes'
run: vendor/bin/class-leak check config src rules --skip-suffix "Rector"
-
name: "Validate docs"
run: vendor/bin/rule-doc-generator validate src rules

name: ${{ matrix.actions.name }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rector Rules for Doctrine

See available [Doctrine rules](https://getrector.com/find-rule?query=doctrine+rules)
See available [Doctrine rules](https://getrector.com/find-rule?activeRectorSetGroup=doctrine)

## Install

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^10.5",
"rector/rector-src": "dev-main",
"rector/type-perfect": "^0.1.8",
"rector/type-perfect": "^0.2",
"symplify/easy-coding-standard": "^12.3",
"symplify/phpstan-extensions": "^11.4",
"symplify/phpstan-rules": "^13.0",
"symplify/rule-doc-generator": "^12.2.5",
"symplify/vendor-patches": "^11.3",
"tomasvotruba/class-leak": "^0.2.15",
"tomasvotruba/unused-public": "^0.3",
"tomasvotruba/unused-public": "^0.4",
"tracy/tracy": "^2.10"
},
"autoload": {
Expand Down
Loading

0 comments on commit 7feb83a

Please sign in to comment.