Получаю ошибку при установке пакетов
[Composer\Downloader\TransportException]
The "https://extiverse.com/satis/packages.json" file could not be downloaded (HTTP/1.1 404 Not Found)
Решил написать в поддержку хостеру, на что получил ответ:
У вас есть настройка вида
"minimum-stability": "beta",
"prefer-stable": tru
"repositories": {
"flagrow": {
"type": "composer",
"url": "https://flagrow.io/satis",
"options": {
"http": {
"header": ["Authorization: Bearer
Она указывает на несуществующий репозиторий
curl -LI https://flagrow.io/satis
HTTP/1.1 302 Moved Temporarily
Date: Fri, 26 Jun 2020 07:43:22 GMT
Connection: keep-alive
Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Location: https://extiverse.com/satis
cf-request-id: 03912dd5970000759f4e29e200000001
Expect-CT: max-age=604800, report-uri=«https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct»
Server: cloudflare
CF-RAY: 5a954c028ca6759f-DME
HTTP/1.1 404 Not Found
Date: Fri, 26 Jun 2020 07:43:22 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Set-Cookie: __cfduid=d084c5bd2c51ac2509511bafe7a47c71f1593157402; expires=Sun, 26-Jul-20 07:43:22 GMT; path=/; domain=.extiverse.com; HttpOnly; SameSite=Lax
Vary: Accept-Encoding
Cache-Control: no-cache, private
CF-Cache-Status: DYNAMIC
cf-request-id: 03912dd5b900008d8d51380200000001
Expect-CT: max-age=604800, report-uri=«https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct»
Server: cloudflare
CF-RAY: 5a954c02cff38d8d-DME