Skip to content

Commit abcc421

Browse files
committed
[FEATURE] Add script for generating the class diagram
1 parent 1d8b855 commit abcc421

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ updates:
2121
- dependency-name: "phpunit/phpunit"
2222
versions: [ ">= 9.0.0" ]
2323
- dependency-name: "rector/rector"
24+
- dependency-name: "tasuku43/mermaid-class-diagram"
2425
versioning-strategy: "increase"
2526
commit-message:
2627
prefix: "[Dependabot] "

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"phpunit/phpunit": "8.5.42",
3636
"rawr/phpunit-data-provider": "3.3.1",
3737
"rector/rector": "1.2.10 || 2.0.7",
38-
"rector/type-perfect": "1.0.0 || 2.0.2"
38+
"rector/type-perfect": "1.0.0 || 2.0.2",
39+
"tasuku43/mermaid-class-diagram": "0.1.3 || 0.2.1 || 0.3.0 || 0.4.1 || 0.5.0"
3940
},
4041
"suggest": {
4142
"ext-mbstring": "for parsing UTF-8 CSS"

0 commit comments

Comments
 (0)