-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Milestone
Description
My composer.json:
{
<...>
"config": {
"autoloader-suffix": ""
}
}Output of composer diagnose:
Checking composer.json: OK
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com oauth access: OK
Checking disk free space: OK
...
Checking composer version: OK
Composer version: 2.3.4
PHP version: 7.4.27
...
When I run this command:
composer update -W -o
Actual result: class ComposerAutoloaderInit... {...}(autoload_real.php)
And I expected this to happen: class ComposerAutoloaderInit {...}
Metadata
Metadata
Assignees
Labels
No labels