Skip to content

Commit

Permalink
composer: use classmap autoloader
Browse files Browse the repository at this point in the history
fixes duplicated Php8StubsMap definition when analysing by PHPStan
project which depends on phpstan/php-8-stubs
  • Loading branch information
JanTvrdik authored and ondrejmirtes committed Jun 22, 2022
1 parent 205a7bc commit 8c05cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "PHP stubs extracted from php-src",
"license": ["MIT", "PHP-3.01"],
"autoload": {
"files": ["Php8StubsMap.php"]
"classmap": ["Php8StubsMap.php"]
}
}

0 comments on commit 8c05cda

Please sign in to comment.