I added new package at packagist.org karu/simple-js-localization.
When I run composer search with my package name, I can find it
but when I run composer required the package is not there.
Shell script that I run.
composer search karu/simple-js-localization
composer require karu/simple-js-localization
Why does this happen? what's the difference between search and require in this regard?
PS: I checked packagist twitter no update on any issue. Waited more than 3 hours.