Skip to content

Commit 5ca2005

Browse files
committed
Fixed Drupal core PHPStan rule classes not found by Composer autoloader. Fixes #33.
1 parent c2494a5 commit 5ca2005

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
},
8484
"autoload-dev": {
8585
"psr-4": {
86-
"Drupal\\Composer\\": "repos/drupal/composer"
86+
"Drupal\\Composer\\": "repos/drupal/composer",
87+
"Drupal\\PHPStan\\Rules\\": "web/core/tests/PHPStan/Rules"
8788
}
8889
},
8990
"extra": {

0 commit comments

Comments
 (0)