Skip to content

Commit 1934315

Browse files
committed
Add phpstan extensions classes to production autoloading
1 parent df20310 commit 1934315

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
},
1515
"autoload": {
1616
"psr-4": {
17-
"phpDocumentor\\GraphViz\\": "src/phpDocumentor/GraphViz"
17+
"phpDocumentor\\GraphViz\\": "src/phpDocumentor/GraphViz",
18+
"phpDocumentor\\GraphViz\\PHPStan\\": "./src/phpDocumentor/PHPStan"
1819
}
1920
},
2021
"autoload-dev": {
2122
"psr-4": {
2223
"phpDocumentor\\GraphViz\\Test\\": "./tests/phpDocumentor/GraphViz/Test",
23-
"phpDocumentor\\GraphViz\\PHPStan\\": ["./src/phpDocumentor/PHPStan", "./tests/phpDocumentor/PHPStan"]
24+
"phpDocumentor\\GraphViz\\PHPStan\\": "./tests/phpDocumentor/PHPStan"
2425
}
2526
},
2627
"config": {

0 commit comments

Comments
 (0)