Wrong packages.drupal url in composer.json

Created on 26 January 2024, 5 months ago
Updated 30 January 2024, 5 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.69.0 2024