0

I added new package at packagist.org karu/simple-js-localization.

When I run composer search with my package name, I can find it

enter image description here

but when I run composer required the package is not there.

enter image description here

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.

Salim Djerbouh
  • 10,719
  • 6
  • 29
  • 61
Karunais13
  • 11
  • 1

1 Answers1

0

Fixed. Issue was with the Singapore mirror for the packagist metadata. Composer developer team fixed it. Check here

Karunais13
  • 11
  • 1