I add this package to my json composer and when I run the update for the composer I get this error
Could not scan for classes inside ".../vendor/artdarek/pusherer/src/migrations" which does not appear to be a file nor a folder
This folder does not exist in the package and is not mentioned in the autoload statement in this composer.json package.
When I dig inside my composer.lock file in the pusherer section, I see this for some inexplicable reason
"classmap": [ "src/migrations" ],
Does anyone know what to add this to my composer.lock file?
source share