I changed a PHP package name in composer file from "name": "author/author-php" to "name": "author/author" then did composer install & composer update, merged my changes with master then created a release.
But after updating the library on Packagist, the new name did not work and composer could not find it at composer require author/author and I could not even download this new release.
Note: the repo name is still author-php so is this the reason Packagist did not renamed it?