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 df20310 commit 1934315Copy full SHA for 1934315
composer.json
@@ -14,13 +14,14 @@
14
},
15
"autoload": {
16
"psr-4": {
17
- "phpDocumentor\\GraphViz\\": "src/phpDocumentor/GraphViz"
+ "phpDocumentor\\GraphViz\\": "src/phpDocumentor/GraphViz",
18
+ "phpDocumentor\\GraphViz\\PHPStan\\": "./src/phpDocumentor/PHPStan"
19
}
20
21
"autoload-dev": {
22
23
"phpDocumentor\\GraphViz\\Test\\": "./tests/phpDocumentor/GraphViz/Test",
- "phpDocumentor\\GraphViz\\PHPStan\\": ["./src/phpDocumentor/PHPStan", "./tests/phpDocumentor/PHPStan"]
24
+ "phpDocumentor\\GraphViz\\PHPStan\\": "./tests/phpDocumentor/PHPStan"
25
26
27
"config": {
0 commit comments