-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
We have a project with Laravel 6 with graham-campbell/exceptions
version ^13.1
. Recently we updated to Composer 2 and after the update, we are receiving the following issues:
Illuminate\Contracts\Container\BindingResolutionException
Target class [GrahamCampbell\Exceptions\ExceptionInfoInterface] does not exist.
Symfony\Component\Debug\Exception\FatalErrorException
Interface 'GrahamCampbell\Exceptions\Displayers\DisplayerInterface' not found
Illuminate\Contracts\Container\BindingResolutionException
Target class [GrahamCampbell\Exceptions\Transformers\ModelTransformer] does not exist.
It may be due to the upgrade of Composer to version 2. How can we fix these issues? Please, any solution is highly appreciated. Thank you.
Metadata
Metadata
Assignees
Labels
No labels