Wrong packages.drupal url in composer.json

Created on 26 January 2024, 11 months ago
Updated 30 January 2024, 11 months ago

Problem/Motivation

The composer.json has this wrong entry:

"repositories": {
    "packages.drupal": {
      "type": "composer",
      "url": "https://packages.drupal.org/9"
    }
  },

It needs to be

"repositories": {
    "packages.drupal": {
      "type": "composer",
      "url": "https://packages.drupal.org/8"
    }
  },

There never was a 9 version of the package repository.

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇩🇪Germany Schoenef Unna

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024