Skip to content

Commit 8c05cda

Browse files
JanTvrdikondrejmirtes
authored andcommitted
composer: use classmap autoloader
fixes duplicated Php8StubsMap definition when analysing by PHPStan project which depends on phpstan/php-8-stubs
1 parent 205a7bc commit 8c05cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"description": "PHP stubs extracted from php-src",
44
"license": ["MIT", "PHP-3.01"],
55
"autoload": {
6-
"files": ["Php8StubsMap.php"]
6+
"classmap": ["Php8StubsMap.php"]
77
}
88
}

0 commit comments

Comments
 (0)