### Symfony version(s) affected 7.0 ### Description This method ([ImportMapConfigReader::splitPackageNameAndFilePath](https://github.com/symfony/symfony/blob/f8611cf821f8ab19c3d5f1984473847ad774c45e/src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php#L175)) is unused, is it OK to delete it or is it covered by BC ? (i do believe it stayed here by accident) ### How to reproduce The method has been moved to https://github.com/symfony/symfony/blob/7.0/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntry.php#L69 ### Possible Solution _No response_ ### Additional Context _No response_