- Issue created by @taonac
- Status changed to Postponed: needs info
9 months ago 10:43am 1 May 2024 - 🇳🇱Netherlands ronaldtebrake
What does your repositories section in your composer.json say?
You're trying to download these packages from the wrong repository it seems.
I expected them to come fromhttps://asset-packagist.org/
e.g.
"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" }, { "type": "composer", "url": "https://asset-packagist.org" } ],
- 🇦🇺Australia taonac
Hi Ronald,
That's exactly what i have. I have attached a screenshot