composer Package not found -- Не загружается пакет. как найти ошибку что не так

Package not found#

Double-check you don't have typos in your composer.json or repository branches and tag names.

Be sure to set the right minimum-stability. To get started or be sure this is no issue, set minimum-stability to "dev".

Packages not coming from Packagist should always be defined in the root package (the package depending on all vendors).

Use the same vendor and package name throughout all branches and tags of your repository, especially when maintaining a third party fork and using replace.

If you are updating to a recently published version of a package, be aware that Packagist has a delay of up to 1 minute before new packages are visible to Composer.
If you are updating a single package, it may depend on newer versions itself. In this case add the --with-dependencies argument or add all dependencies which need an update to the command.

Отсюда: https://getcomposer.org/doc/articles/tro...

То есть:

  • Внимательно (пару раз) проверьте что не опечатались в имени пакета.
  • Убедитесь что правильно выставили требования к минимальной стабильности (minimum-stability) -- чтобы бы уверенными, что пролема не в ней. выставьте в dev
  • Если какой-то из пакетов в иерархии (даже если это не непосредственный потомок, а опосредованный) будет качаться не с Packagist, то необходимо в корневом пакете указать его адрес -- то есть в корневом composer.json необходимо указать все нестандарные адреса репозиториев.

Key Words for FKN + antitotal forum (CS VSU):