We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8b855 commit abcc421Copy full SHA for abcc421
.github/dependabot.yml
@@ -21,6 +21,7 @@ updates:
21
- dependency-name: "phpunit/phpunit"
22
versions: [ ">= 9.0.0" ]
23
- dependency-name: "rector/rector"
24
+ - dependency-name: "tasuku43/mermaid-class-diagram"
25
versioning-strategy: "increase"
26
commit-message:
27
prefix: "[Dependabot] "
composer.json
@@ -35,7 +35,8 @@
35
"phpunit/phpunit": "8.5.42",
36
"rawr/phpunit-data-provider": "3.3.1",
37
"rector/rector": "1.2.10 || 2.0.7",
38
- "rector/type-perfect": "1.0.0 || 2.0.2"
+ "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"
40
},
41
"suggest": {
42
"ext-mbstring": "for parsing UTF-8 CSS"
0 commit comments