Closed
Description
Symfony version(s) affected
6.4.9, 7.0.9, 7.1.2
Description
Error message : The service "asset_mapper.asset_package" has a dependency on a non-existent service "assets._default_package".
I believe a bug was introduced in the latest release. A check on the use of the Asset
component was removed. The asset_mapper.asset_package
is no longer removed from the container, leading to a missing dependency error.
How to reproduce
- Create a new project.
composer require asset-mapper
Possible Solution
No response
Additional Context
No response